Skip to content

Commit 9a89f04

Browse files
chore: rename the wrongly named find-dir.spec.ts to build-id.spec.ts (#411)
1 parent d30424b commit 9a89f04

File tree

2 files changed

+1
-2
lines changed

2 files 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)