summaryrefslogtreecommitdiff
path: root/core/error.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/error.js')
-rw-r--r--core/error.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/error.js b/core/error.js
index b47e5d881..cf1bc8b0a 100644
--- a/core/error.js
+++ b/core/error.js
@@ -178,7 +178,7 @@
/**
* Returns a function that can be used as `Error.prepareStackTrace`.
- *
+ *
* This function accepts an optional argument, a function that performs
* source mapping. It is not required to pass this argument, but
* in such case only JavaScript sources will have proper position in
@@ -191,7 +191,7 @@
* fileName: string,
* lineNumber: number,
* columnNumber: number
- * }} sourceMappingFn
+ * }} sourceMappingFn
*/
function createPrepareStackTrace(sourceMappingFn) {
return function prepareStackTrace(