Skip to content

Commit

Permalink
Merge pull request #199 from ioncube/fix_for_197
Browse files Browse the repository at this point in the history
Fixed partial output due to exit before async stdout write completes #197
  • Loading branch information
jonschlinkert committed Jul 5, 2018
2 parents 2c1024e + 1bd5d2e commit 09bbb57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/remarkable.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ readFile(options.file, 'utf8', function (err, input) {
}

process.stdout.write(output);
process.exit(0);
});

0 comments on commit 09bbb57

Please sign in to comment.