We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562ea89 commit 3d4d5e0Copy full SHA for 3d4d5e0
test/parallel/test-cli-node-options.js
@@ -34,7 +34,7 @@ if (common.hasCrypto) {
34
expect('--abort_on-uncaught_exception', 'B\n');
35
expect('--max-old-space-size=0', 'B\n');
36
expect('--stack-trace-limit=100',
37
- /(\s*at f \(\[eval\]:1:\d*\)\n){100}/,
+ /(\s*at f \(\[eval\]:1:\d*\)\r?\n){100}/,
38
'(function f() { f(); })();',
39
true);
40
0 commit comments