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.
1 parent 0272cdc commit 3eebf20Copy full SHA for 3eebf20
src/generators/legacy-html/index.mjs
@@ -189,7 +189,7 @@ export default {
189
recursive: true,
190
force: true,
191
});
192
- } catch (_) {
+ } catch {
193
// There's a chance that this step will fail when being run in parallel, since
194
// the generators will all attempt to modify the same files at the same time.
195
// In that scenario, we just want to ignore the potential failure.
0 commit comments