Skip to content

Commit 433da2b

Browse files
committed
merge main
2 parents 6394da7 + dde7913 commit 433da2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const LEGACY_PROPS = Symbol('legacy props');
3131
export const LOADING_ATTR_SYMBOL = Symbol('');
3232
export const PROXY_PATH_SYMBOL = Symbol('proxy path');
3333

34-
// allow users to ignore aborted signal errors if `reason.name === 'StaleReactionError`
34+
/** allow users to ignore aborted signal errors if `reason.name === 'StaleReactionError` */
3535
export const STALE_REACTION = new (class StaleReactionError extends Error {
3636
name = 'StaleReactionError';
3737
message = 'The reaction that called `getAbortSignal()` was re-run or destroyed';

0 commit comments

Comments
 (0)