Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
updating test to account for difference in error name for chakra's st…
Browse files Browse the repository at this point in the history
…ack-overflow errors
  • Loading branch information
Mike Kaufman committed Mar 30, 2018
1 parent 2b23e70 commit c073aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-console-no-swallow-stack-overflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ for (const method of ['dir', 'log', 'warn']) {
const c = new Console(out, out, true);

c[method]('Hello, world!');
}, { name: 'RangeError' });
}, { name: common.isChakraEngine ? 'Error' : 'RangeError' });
}

0 comments on commit c073aa3

Please sign in to comment.