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.
kind
1 parent 3f7381b commit 0826365Copy full SHA for 0826365
packages/cloudflare/src/cli/build/patches/plugins/fetch-cache-wait-until.ts
@@ -25,7 +25,6 @@ export function patchFetchCacheSetMissingWaitUntil(updater: ContentUpdater) {
25
26
export const ruleForMinifiedCode = `
27
rule:
28
- kind: return_statement
29
pattern: return $PROMISE, $CLONED2
30
regex: Failed to set fetch cache
31
follows:
@@ -39,7 +38,6 @@ fix: |
39
38
40
export const ruleForNonMinifiedCode = `
41
42
- kind: expression_statement
43
44
pattern: $PROMISE;
45
0 commit comments