Skip to content

Commit

Permalink
Merge pull request #6 from wulfsolter/patch-1
Browse files Browse the repository at this point in the history
Extend logging of proceedToAfterExecSpinlocks
  • Loading branch information
mikermcneil authored Apr 24, 2019
2 parents 5a52095 + f655360 commit b423b66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/private/Deferred.js
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,10 @@ function proceedToAfterExecSpinlocks (errCbArg, resultCbArg, extraCbArgs, self,
'```\n'+
flaverr.getBareTrace(self._omen)+'\n'+
'```\n'+
'Here is the original error:\n'+
'```\n'+
errCbArg+
'```\n'+
'\n'
):'')+
' [?] For more help, visit https://sailsjs.com/support\n'+
Expand Down

0 comments on commit b423b66

Please sign in to comment.