Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Feb 5, 2020
1 parent 56db1c5 commit cc4a710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/reveal-md.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ updater({ pkg }).notify();
[server, initialUrl] = await startServer();
!disableAutoOpen && open(initialUrl);
process.on('SIGINT', () => {
console.log('Received SIGINT. Closing Gracefully.');
console.log('Received SIGINT, closing gracefully.');
server.close();
process.exit(128);
})
});
}
} catch (err) {
console.error(err);
Expand Down

0 comments on commit cc4a710

Please sign in to comment.