Skip to content

Commit

Permalink
v0.22.0 - Fix little typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorantun committed May 26, 2015
1 parent e9ba3ca commit bc290b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ function readLine() {

rl.prompt();
}).on('close', function() {
consoleLog(stop, 'Shutting down\n');
consoleLog(logStop, 'Shutting down\n');
process.exit(0);
});
}
Expand Down

0 comments on commit bc290b1

Please sign in to comment.