/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v25.8.1
test/pseudo-tty/test-repl-external-module.js
14 строк
321 B
Antoine du Hamel
test: fix more tests that fail when path contains a space
26 сен 2024, 00:27
Не верифицирован
26 сен 2024, 00:27
2118e32
Код
Авторство
О чём код?
'use strict'; require('../common'); const fixtures = require('../common/fixtures'); const { execFileSync } = require('child_process'); execFileSync(process.execPath, { encoding: 'utf8', stdio: 'inherit', env: { ...process.env, NODE_REPL_EXTERNAL_MODULE: fixtures.path('external-repl-module.js'), }, });