Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 9e070d9

Browse files
committed
Update filesystem.js
fix merge error
1 parent e4fd554 commit 9e070d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/include/filesystem.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ class filesystem {
3232
} else {
3333
return (async () => await open(file))().catch(e => console.error(e));
3434
}
35-
36-
return child_process.spawn(editor, [file], {
37-
stdio: 'inherit'
38-
});
3935
}
4036

4137
static join(...args) {

0 commit comments

Comments
 (0)