Skip to content

Commit

Permalink
v1.4.8 stupid promises
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy van de Water committed Nov 22, 2016
1 parent c5bdf28 commit fde105a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slurry-spreader",
"version": "1.4.7",
"version": "1.4.8",
"description": "Spread the Slurry around",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/spreader.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class SlurrySpreader extends EventEmitter2

return @_extendOrReleaseLock uuid, callback if @_isSubscribed uuid
return @_acquireLock uuid, callback
return # stupid promises

processQueueForever: =>
async.until @_isStopped, @processQueue, (error) =>
Expand Down

0 comments on commit fde105a

Please sign in to comment.