Skip to content

Commit

Permalink
Ignore esm in stack output
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 1, 2019
1 parent 7daf018 commit 2816d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stack.js
Expand Up @@ -21,6 +21,7 @@ const skip = (process.cwd() !== tapDir ||
].concat(/* istanbul ignore next */ require.resolve
? [
new RegExp(resc(require.resolve('function-loop'))),
new RegExp(resc(require.resolve('esm'))),
]
: [])
: []
Expand Down

0 comments on commit 2816d28

Please sign in to comment.