Skip to content

Commit b3d0804

Browse files
committed
test: limit stack size in test-error-serdes
1 parent 91dc8c9 commit b3d0804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-error-serdes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --expose-internals
1+
// Flags: --expose-internals --stack-size=128
22
'use strict';
33
require('../common');
44
const assert = require('assert');

0 commit comments

Comments
 (0)