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) --- .../test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js') diff --git a/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js b/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js index 5fc7ece11..ef9cecc0f 100644 --- a/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js +++ b/cli/tests/node_compat/test/parallel/test-whatwg-encoding-custom-textdecoder-streaming.js @@ -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. 'use strict'; -- cgit v1.2.3