Skip to content

Commit ce09f5c

Browse files
vicbjames-elicx
andauthored
Update packages/cloudflare/src/cli/build/bundle-server.ts
Co-authored-by: James Anderson <[email protected]>
1 parent c2d8219 commit ce09f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/bundle-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ globalThis.__BUILD_TIMESTAMP_MS__ = ${Date.now()};
136136
}
137137

138138
/**
139-
* This function applies patched required for the code to run on workers.
139+
* This function applies patches required for the code to run on workers.
140140
*/
141141
async function updateWorkerBundledCode(workerOutputFile: string, buildOpts: BuildOptions): Promise<void> {
142142
const code = await readFile(workerOutputFile, "utf8");

0 commit comments

Comments
 (0)