style(quit): .done

This commit is contained in:
Dan Kaplun 2015-06-22 00:31:54 -04:00
parent 831f9fb409
commit ddf248df4e

View File

@ -86,7 +86,8 @@ Slap.prototype.quit = function () {
quit
.delay(20) // FIXME: .delay(20) hack for I/O flush
.then(function () { process.exit(0); });
.then(function () { process.exit(0); })
.done();
// this.program.input.removeAllListeners();