Skip to content

Commit

Permalink
code style - rm semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
yusefnapora committed Nov 21, 2016
1 parent 5a39e7e commit fe159fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/peer/repl/commands/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ module.exports = {
const defaultEval = repl.eval
repl.eval = promiseEval(defaultEval)
repl.on('exit', () => {
process.exit();
});
process.exit()
})
}).catch(err => {
console.log(err)
})
Expand Down

0 comments on commit fe159fb

Please sign in to comment.