Skip to content

Commit

Permalink
fix(dep): we uses clean-stacktrace instead of clean-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Nov 4, 2016
1 parent 6a0abcb commit e3d0449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ utils.diag = function diagnostic (err, showStack) {

// ensure stack exists
var stack = err.stack && err.stack.length
? utils.cleanStack(err.stack)
? utils.cleanStacktrace(err.stack)
: null

// modify the cleaned up stacktrace if exist
Expand Down

0 comments on commit e3d0449

Please sign in to comment.