Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 2, 2024
1 parent f577a8b commit f84b876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/js/node/path/fixtures/path-resolve.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Tests resolving a path in the context of a spawned process.
// See https://github.com/nodejs/node/issues/7215
var path = require('path');
console.log(path.resolve(process.argv[2]));
var path = require("path");
console.log(path.resolve(process.argv[2]));

0 comments on commit f84b876

Please sign in to comment.