Loading configs asynchronously now as well as with better error logging for the user
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Script to help build and run this fucking thing because apparantly npm sucks for
|
||||
# projects that use cli arguments
|
||||
|
||||
[[ -z "$1" ]] && echo Options: run - make && exit 0
|
||||
[[ -z "$1" ]] && echo Options: run \| build && exit 0
|
||||
|
||||
run() {
|
||||
./node_modules/electron/dist/electron main.js $@
|
||||
|
||||
Reference in New Issue
Block a user