Skip to content

Commit 52a8302

Browse files
CopilotApollon77
andcommitted
Fix linting error by removing unused catch parameter
Co-authored-by: Apollon77 <11976694+Apollon77@users.noreply.github.com>
1 parent cfb0393 commit 52a8302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/lib/setup/setupInstall.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ export class Install {
17121712
};
17131713
}
17141714
return { nogit: false, fetched: false };
1715-
} catch (err) {
1715+
} catch {
17161716
// Could not fetch io-package.json - will log warning later
17171717
return { nogit: false, fetched: false };
17181718
}

0 commit comments

Comments
 (0)