mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: fix logInTimeout is not function
PR-URL: https://github.com/nodejs/node/pull/46348 Refs: https://github.com/nodejs/node/pull/44390 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
@@ -8,13 +8,13 @@ const cp = require('child_process');
|
||||
|
||||
const {
|
||||
cleanupStaleProcess,
|
||||
logInTimeout,
|
||||
logAfterTime,
|
||||
kExpiringChildRunTime,
|
||||
kExpiringParentTimer,
|
||||
} = require('../common/child_process');
|
||||
|
||||
if (process.argv[2] === 'child') {
|
||||
logInTimeout(kExpiringChildRunTime);
|
||||
logAfterTime(kExpiringChildRunTime);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user