Navigation Menu

Skip to content

Commit

Permalink
Return for exit(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 6a73f44 commit 13645d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gcs-post-sdf
Expand Up @@ -64,5 +64,5 @@ try {
} catch(error) {
console.log('Fatal error!');
console.log(error.message + '\n' + error.stack);
process.exit(1);
return process.exit(1);
}

0 comments on commit 13645d3

Please sign in to comment.