/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/fixtures/path-resolve.js
4 строки
187 B
cjihrig
test: use const for all require() calls
03 янв 2017, 02:28
03 янв 2017, 02:28
ff1efa6
Код
Авторство
О чём код?
// Tests resolving a path in the context of a spawned process. // See https://github.com/nodejs/node/issues/7215 const path = require('path'); console.log(path.resolve(process.argv[2]));