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 6166646 commit 05f7225Copy full SHA for 05f7225
packages/cloudflare/src/cli/build/patches/plugins/fetch-cache-wait-until.ts
@@ -17,7 +17,7 @@ export function patchFetchCacheSetMissingWaitUntil(updater: ContentUpdater) {
17
"patch-fetch-cache-set-missing-wait-until",
18
{
19
filter: /(server\/chunks\/.*\.js|.*\.runtime\..*\.js|patch-fetch\.js)$/,
20
- contentFilter: /Failed to set fetch cache/,
+ contentFilter: /arrayBuffer\(\)\s*\.then/,
21
},
22
({ contents }) => {
23
contents = patchCode(contents, ruleForMinifiedCode);
0 commit comments