Skip to content

Commit

Permalink
fix: weird formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 14, 2024
1 parent 029e600 commit c031e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmds/core/emacs.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ exports.handler = async (argv) => {

UTIL.setup_env();
let proc = child_process.spawn(UTIL.cli_args(cmd), { stdio: 'inherit', shell: true });

proc.on('close', function (code) {
if (code == 0) return;
process.exit(code);
Expand Down

0 comments on commit c031e26

Please sign in to comment.