Skip to content

Commit 744bbd7

Browse files
Update src/content/docs/workflows/build/sleeping-and-retrying.mdx
Co-authored-by: Matt Silverlock <[email protected]>
1 parent 21f878c commit 744bbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/build/sleeping-and-retrying.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ try {
132132
// work not to be retried
133133
throw new NonRetryableError('oh no');
134134
});
135-
} catch {
135+
} catch(e as Error) {
136136
console.log('error was thrown');
137137
}
138138

0 commit comments

Comments
 (0)