diff options
author | Hirotaka Tagawa / wafuwafu13 <jaruwafu@gmail.com> | 2023-06-02 07:05:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 15:05:32 +0900 |
commit | 0104741d6fe7135565038f1f61e84d852bf2225d (patch) | |
tree | 6e979c31e78b24c0cc9df69f7a27b5c6b65f7051 /cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.js | |
parent | c908088a039b8e1232941850c75471bab162313a (diff) |
chore(node_compat): fix path strings generated by `setup.ts` (#19347)
Diffstat (limited to 'cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.js')
-rw-r--r-- | cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.js b/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.js index 17a9c05e5..cfbfac8ab 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.js +++ b/cli/tests/node_compat/test/parallel/test-stream-readable-hwm-0.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'; |