Skip to content

Commit 76f5376

Browse files
authored
Merge pull request #1061 from Vinzent03/fix/buffer-import
fix: remove explicit node:buffer import
2 parents 88c44f1 + 1ad57e8 commit 76f5376

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.changeset/rotten-chicken-fetch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'simple-git': patch
3+
---
4+
5+
Remove conflicting node:buffer import

simple-git/src/lib/utils/util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { Buffer } from 'node:buffer';
21
import { exists, FOLDER } from '@kwsites/file-exists';
32
import type { Maybe } from '../types';
43
import { filterHasLength } from './argument-filters';

0 commit comments

Comments
 (0)