xref: /third_party/node/test/fixtures/path-resolve.js (revision 1cb0ef41)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/
11cb0ef41Sopenharmony_ci// Tests resolving a path in the context of a spawned process.
21cb0ef41Sopenharmony_ci// See https://github.com/nodejs/node/issues/7215
31cb0ef41Sopenharmony_ciconst path = require('path');
41cb0ef41Sopenharmony_ciconsole.log(path.resolve(process.argv[2]));
5

Indexes created Thu Nov 07 10:32:03 CST 2024