Skip to content

Commit

Permalink
re-mapped -> mapped
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Dec 9, 2023
1 parent e1131df commit 1d4abf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class RemoteRunner {
.map(v => `${v.methodName}@${v.file}:${v.lineNumber}:${v.column}`)
.join('\n ');
if (stackMapped) {
console.log(` [${obj.title}] Minified error stacktrace re-mapped to:
console.log(` [${obj.title}] Minified error stacktrace mapped to:
${event.err.name||'Error'}: ${event.err.message}
${mappedStack}`);
}
Expand Down

0 comments on commit 1d4abf4

Please sign in to comment.