Skip to content

Commit

Permalink
fix: suggested fix in #570 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
erights authored Feb 4, 2021
1 parent 17aa9eb commit 3877d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/src/error/tame-v8-error-constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const safeV8SST = sst => sst.map(safeV8CallSiteFacet);
// `'Object.bar (/Users/markmiller/src/ongithub/agoric/agoric-sdk/packages/eventual-send/test/test-deep-send.js:13:21)'`
// simplifies to
// `'Object.bar (packages/eventual-send/test/test-deep-send.js:13:21)'`.
const FILENAME_FILTER = /^((?:.*[( ])?)[:/\w-_]*\/(packages\/.+)$/;
const FILENAME_FILTER = /^((?:.*[( ])?)[:/\w_-]*\/(packages\/.+)$/;

export function tameV8ErrorConstructor(
OriginalError,
Expand Down

0 comments on commit 3877d72

Please sign in to comment.