diff --git a/stack-convert.js b/stack-convert.js index a5f8e79..6be68db 100644 --- a/stack-convert.js +++ b/stack-convert.js @@ -81,7 +81,7 @@ Profile.prototype.closeStack = function () { } function stream () { - var stackOpenRx = /(.+):(.+):$/ + var stackOpenRx = /(.+):(.+): ?$/ var frameRx = /^\s*(\w+)\s*(.+) \((\S*)\)?/g var stackCloseRx = /^$/g var commentRx = /^#/g