Skip to content

Commit

Permalink
Merge pull request #799 from krasiyan/patch-1
Browse files Browse the repository at this point in the history
Updated Readme.md
  • Loading branch information
behrad committed Jan 14, 2016
2 parents 32bcab8 + 25adada commit b4d9333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ This can be achieved in two ways:
process.once( 'uncaughtException', function(err){
console.error( 'Something bad happened: ', err );
queue.shutdown( 1000, function(err2){
console.error( 'Kue shutdown result: ', err||'OK' );
console.error( 'Kue shutdown result: ', err2 || 'OK' );
process.exit( 0 );
});
});
Expand Down

0 comments on commit b4d9333

Please sign in to comment.