diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-01-30 21:33:34 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-01-30 21:33:34 -0400 |
commit | eb4d99ef08e811b617ae88849f1d80827a9c74b0 (patch) | |
tree | 571da8539fa856f3d4b55d0d1e9892a9a60ec730 /src/util | |
parent | dfd84ead5bd5dfbcd7c25d08b816b28b4620ee5a (diff) |
flash data
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/sugar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sugar.js b/src/util/sugar.js index 774534c2..219c3eec 100644 --- a/src/util/sugar.js +++ b/src/util/sugar.js @@ -350,7 +350,7 @@ export function _withAggregate(mode, aggregateOpts, fn) { } } -export function showAggregate(topError, {pathToFile = null} = {}) { +export function showAggregate(topError, {pathToFile = p => p} = {}) { const recursive = (error, {level}) => { const stackLines = error.stack?.split('\n'); const stackLine = stackLines?.find(line => |