diff options
author | Satya Rohith <me@satyarohith.com> | 2021-04-28 19:38:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 10:08:51 -0400 |
commit | 2bd087ab1b2c2047b1681b8bb369a1f8acf30019 (patch) | |
tree | 5a8cc8fdb5956e9396416dbe473440c449161c24 /core | |
parent | 8c6f97719215815eae63cfb7cdcb5def27756a3a (diff) |
chore: upgrade dprint plugins (#10397)
Diffstat (limited to 'core')
-rw-r--r-- | core/error.js | 4 |
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( |