From 0104741d6fe7135565038f1f61e84d852bf2225d Mon Sep 17 00:00:00 2001 From: Hirotaka Tagawa / wafuwafu13 Date: Fri, 2 Jun 2023 07:05:32 +0100 Subject: chore(node_compat): fix path strings generated by `setup.ts` (#19347) --- cli/tests/node_compat/test/common/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/node_compat/test/common/index.mjs') diff --git a/cli/tests/node_compat/test/common/index.mjs b/cli/tests/node_compat/test/common/index.mjs index d5b9d7dad..f2ee456ee 100644 --- a/cli/tests/node_compat/test/common/index.mjs +++ b/cli/tests/node_compat/test/common/index.mjs @@ -3,7 +3,7 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node 18.12.1 -// This file is automatically generated by "node/_tools/setup.ts". Do not modify this file manually +// This file is automatically generated by `tools/node_compat/setup.ts`. Do not modify this file manually. import { createRequire } from 'module'; -- cgit v1.2.3