Skip to content

Commit 3ff29f0

Browse files
authored
[Pages] Update known-issues.mdx (#28678)
1 parent b734701 commit 3ff29f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/pages/platform/known-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here are some known bugs and issues with Cloudflare Pages:
5555

5656
- `passThroughOnException()` is not currently available for Advanced Mode Pages Functions (Pages Functions which use an `_worker.js` file).
5757

58-
- `passThroughOnException()` is not currently as resilient as it is in Workers. We currently wrap Pages Functions code in a `try`/`catch` block and fallback to calling `env.ASSETS.fetch()`. This means that any critical failures (such as exceeding CPU time or exceeding memory) may still throw an error.
58+
- `passThroughOnException()` is not currently as resilient as it is in Workers. We currently wrap Pages Functions code in a [try...catch](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch) block and fallback to calling `env.ASSETS.fetch()`. This means that any critical failures (such as exceeding CPU time or exceeding memory) may still throw an error.
5959

6060
## Enable Access on your `*.pages.dev` domain
6161

0 commit comments

Comments
 (0)