Skip to content

Commit c0db2fe

Browse files
update find-dir comment
1 parent 7de8898 commit c0db2fe

File tree

1 file changed

+1
-2
lines changed
  • packages/cloudflare/src/cli/build/patches/plugins

1 file changed

+1
-2
lines changed

packages/cloudflare/src/cli/build/patches/plugins/find-dir.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
2-
* Inline `evalManifest` as it relies on `readFileSync` and `runInNewContext`
3-
* that are not supported by workerd.
2+
* Inline `findDir` as it relies on `existsSync` which is not supported by workerd.
43
*/
54

65
import { existsSync } from "node:fs";

0 commit comments

Comments
 (0)