fix(N1.sh): run with --enable-logging (nylas.sh for prod)

This commit is contained in:
Ben Gotow 2016-05-04 17:24:11 -07:00
parent a4b05a25be
commit 3cef681d96

2
N1.sh
View file

@ -19,5 +19,5 @@ if [ ! -e "$ELECTRON_PATH" ]; then
exit 1
fi
$ELECTRON_PATH --executed-from="$(pwd)" --pid=$$ $N1_PATH "$@"
$ELECTRON_PATH --enable-logging --executed-from="$(pwd)" --pid=$$ $N1_PATH "$@"
exit $?