diff options
Diffstat (limited to 'tools/node_compat/setup.ts')
-rwxr-xr-x | tools/node_compat/setup.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/node_compat/setup.ts b/tools/node_compat/setup.ts index 5bd5a5ba5..132acfe11 100755 --- a/tools/node_compat/setup.ts +++ b/tools/node_compat/setup.ts @@ -76,7 +76,7 @@ async function updateToDo() { await file.write(encoder.encode(`<!-- deno-fmt-ignore-file --> # Remaining Node Tests -NOTE: This file should not be manually edited. Please edit 'cli/tests/node_compat/config.json' and run 'tools/node_compat/setup.ts' instead. +NOTE: This file should not be manually edited. Please edit \`cli/tests/node_compat/config.json\` and run \`deno task setup\` in \`tools/node_compat\` dir instead. Total: ${missingTests.length} @@ -142,7 +142,7 @@ async function copyTests() { // Copyright Joyent and Node contributors. All rights reserved. MIT license. // Taken from Node ${NODE_VERSION} -// 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. `), ); |