Skip to content

Commit

Permalink
merge-upstream: cli: use quit() instead of stop()
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 25, 2023
1 parent ba0ba69 commit ed487bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const runProject = async buffer => {
}, 50);
});
vm.stopAll();
vm.stop();
vm.quit();
};

runProject(fs.readFileSync(file));

0 comments on commit ed487bd

Please sign in to comment.