Skip to content

Commit 401e915

Browse files
authored
Update packages/cloudflare/src/cli/build/bundle-server.ts
1 parent d1daf8c commit 401e915

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
@@ -194,7 +194,7 @@ export async function updateWorkerBundledCode(
194194
(code) => patches.inlineMiddlewareManifestRequire(code, buildOpts),
195195
],
196196
["exception bubbling", patches.patchExceptionBubbling],
197-
["`loadInstrumentationModule` function", patches.patchLoadInstrumentationModule],
197+
["`loadInstrumentationModule` function", patches.patchLoadInstrumentationModule],
198198
[
199199
"`patchAsyncStorage` call",
200200
(code) =>

0 commit comments

Comments
 (0)