electron: show error when CLI missing

This commit is contained in:
thePR0M3TH3AN
2025-06-19 17:23:54 -04:00
parent ec1465aa78
commit 7069ac4636
3 changed files with 16 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
"start": "electron ."
},
"devDependencies": {
"electron": "^29.0.0"
"electron": "^29.0.0",
"which": "^3.0.0"
}
}