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 c2d8219 commit ce09f5cCopy full SHA for ce09f5c
packages/cloudflare/src/cli/build/bundle-server.ts
@@ -136,7 +136,7 @@ globalThis.__BUILD_TIMESTAMP_MS__ = ${Date.now()};
136
}
137
138
/**
139
- * This function applies patched required for the code to run on workers.
+ * This function applies patches required for the code to run on workers.
140
*/
141
async function updateWorkerBundledCode(workerOutputFile: string, buildOpts: BuildOptions): Promise<void> {
142
const code = await readFile(workerOutputFile, "utf8");
0 commit comments