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 d1daf8c commit 401e915Copy full SHA for 401e915
packages/cloudflare/src/cli/build/bundle-server.ts
@@ -194,7 +194,7 @@ export async function updateWorkerBundledCode(
194
(code) => patches.inlineMiddlewareManifestRequire(code, buildOpts),
195
],
196
["exception bubbling", patches.patchExceptionBubbling],
197
- ["`loadInstrumentationModule` function", patches.patchLoadInstrumentationModule],
+ ["`loadInstrumentationModule` function", patches.patchLoadInstrumentationModule],
198
[
199
"`patchAsyncStorage` call",
200
(code) =>
0 commit comments