Skip to content

Commit 49a1377

Browse files
authored
refactor: drop patchExceptionBubbling (#400)
1 parent 6f0a25c commit 49a1377

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ export async function updateWorkerBundledCode(
203203
"'require(this.middlewareManifestPath)'",
204204
(code) => patches.inlineMiddlewareManifestRequire(code, buildOpts),
205205
],
206-
["exception bubbling", patches.patchExceptionBubbling],
207206
[
208207
"`patchAsyncStorage` call",
209208
(code) =>
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export * from "./inline-middleware-manifest-require.js";
2-
export * from "./patch-exception-bubbling.js";
32
export * from "./patch-read-file.js";

packages/cloudflare/src/cli/build/patches/to-investigate/patch-exception-bubbling.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)