Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update filesystem.js
fix merge error
  • Loading branch information
cgdobre committed Jul 1, 2020
commit 9e070d9338942a1c6622b6e0ac393cf3055ea830
4 changes: 0 additions & 4 deletions src/include/filesystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ class filesystem {
} else {
return (async () => await open(file))().catch(e => console.error(e));
}

return child_process.spawn(editor, [file], {
stdio: 'inherit'
});
}

static join(...args) {
Expand Down