We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21f05b commit a522117Copy full SHA for a522117
run-chromium.sh
@@ -2,7 +2,7 @@
2
#
3
# Build the extension and run a chromium extension with it installed.
4
5
-set -o errexit -o xtrace -o nounbound
+set -o errexit -o xtrace
6
cd $(dirname $0)
7
source makecrx.sh
8
PROFILE_DIRECTORY="$(mktemp -d)"
0 commit comments