stacktracey
Advanced tools
Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "stacktracey", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Parses call stacks, reads sources and meta-information.", | ||
@@ -5,0 +5,0 @@ "main": "stacktracey", |
@@ -33,3 +33,3 @@ "use strict"; | ||
if (typeof input === 'string') { | ||
input = StackTracey.rawParse (input).slice (1).map (StackTracey.extractEntryMetadata) } | ||
input = StackTracey.rawParse (input).slice (offset).map (StackTracey.extractEntryMetadata) } | ||
@@ -36,0 +36,0 @@ /* new StackTracey (array) */ |
15712