Skip to content

Commit f6f9e38

Browse files
committed
add comment with warning for our future selves
1 parent 0918891 commit f6f9e38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/deno/monkey-patch.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Deno.realPathSync = normalizePath;
2323
// deno-lint-ignore no-explicit-any
2424
(Deno as any).writeAll = writeAll;
2525

26+
// TODO:
27+
// Puppeteer (and only Puppeteer) uses Deno.run, but it still more-or-less exists
28+
// in the Deno namespace.
29+
2630
// 2023-02-14: We're seeing a rare failure in Deno.makeTempFile{,Sync} with FileExists, so we're going to try
2731
// a few times to create the file. If it fails, we'll log the error and try again.
2832
// If it fails 5 times, we'll throw the error.

0 commit comments

Comments
 (0)