Skip to content

Instantly share code, notes, and snippets.

@agrare
Created August 9, 2021 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agrare/997c7f5039bd97066fe858a4f55cdf36 to your computer and use it in GitHub Desktop.
Save agrare/997c7f5039bd97066fe858a4f55cdf36 to your computer and use it in GitHub Desktop.
var __process__ = process
var printFinal = function(string) {
process.stdout.write('' + string, function() {
__process__.exit(0)
});
}
printFinal("ok")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment