Comparing version 0.1.3 to 0.1.4
@@ -63,7 +63,3 @@ #!/usr/bin/env node | ||
// This was the last file. | ||
// Exit with the appropriate code after flushing stdout. | ||
process.stdout.destroySoon(); | ||
process.stdout.once("close", function () { | ||
process.exit(ok ? 0 : 1); | ||
}); | ||
process.exit(ok ? 0 : 1); | ||
} | ||
@@ -70,0 +66,0 @@ }; |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author" : "Reid Burke <me@reidburke.com>", | ||
@@ -11,0 +11,0 @@ "contributors": [ |
253674
6571