Skip to content

Commit dcf84b6

Browse files
committed
Merge pull request #430 from sindresorhus/fix-429
Add babel-runtime and core-js to list of internals. Fixes #429
2 parents 2c0c558 + e7bdd7d commit dcf84b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/beautify-stack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var debug = require('debug')('ava');
66
var stackUtils = new StackUtils({
77
internals: debug.enabled ? [] : StackUtils.nodeInternals().concat([
88
/\/ava\/(?:lib\/)?[\w-]+\.js:\d+:\d+\)?$/,
9-
/\/node_modules\/(?:bluebird|empower-core)\//
9+
/\/node_modules\/(?:bluebird|empower-core|(?:ava\/node_modules\/)?(?:babel-runtime|core-js))\//
1010
])
1111
});
1212

0 commit comments

Comments
 (0)