diff --git a/stacktrace.js b/stacktrace.js index e2bc945..fc20df5 100644 --- a/stacktrace.js +++ b/stacktrace.js @@ -86,7 +86,7 @@ } return Promise.all(stackframes.map(function(sf) { return gps.pinpoint(sf); - }).catch(function(error) { + })["catch"](function(error) { return sf; })); },