Skip to content

Commit 3eebf20

Browse files
committed
fixup!
1 parent 0272cdc commit 3eebf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/legacy-html/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default {
189189
recursive: true,
190190
force: true,
191191
});
192-
} catch (_) {
192+
} catch {
193193
// There's a chance that this step will fail when being run in parallel, since
194194
// the generators will all attempt to modify the same files at the same time.
195195
// In that scenario, we just want to ignore the potential failure.

0 commit comments

Comments
 (0)