We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0918891 commit f6f9e38Copy full SHA for f6f9e38
src/core/deno/monkey-patch.ts
@@ -23,6 +23,10 @@ Deno.realPathSync = normalizePath;
23
// deno-lint-ignore no-explicit-any
24
(Deno as any).writeAll = writeAll;
25
26
+// TODO:
27
+// Puppeteer (and only Puppeteer) uses Deno.run, but it still more-or-less exists
28
+// in the Deno namespace.
29
+
30
// 2023-02-14: We're seeing a rare failure in Deno.makeTempFile{,Sync} with FileExists, so we're going to try
31
// a few times to create the file. If it fails, we'll log the error and try again.
32
// If it fails 5 times, we'll throw the error.
0 commit comments