Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
fix(serve): exit process on close everytime
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 30, 2017
1 parent 384fc27 commit f1b6c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Serve/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ Debugger: ${debug ? 'Visit ' + this.chalk.yellow('chrome://inspect') + ' to open
onQuit (name, url) {
if (name && url) {
exec(`hotel rm --name=${name}`)
process.exit(0)
}
process.exit(0)
}

/**
Expand Down

0 comments on commit f1b6c77

Please sign in to comment.