mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Clean up web code errors and make CI enforce them
This commit is contained in:
parent
14de67c5a7
commit
1ee5ffbbe8
18 changed files with 44 additions and 129 deletions
|
@ -30,7 +30,7 @@ if (isInstallNeeded()) {
|
|||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("Finished installing npm packages.");
|
||||
} catch (error) {
|
||||
} catch (_) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error("Failed to install npm packages. Please run `npm install` from the `/frontend` directory.");
|
||||
process.exit(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue