Skip to content

Commit fc6e92d

Browse files
committed
Remove --devtools from web-ext
Too unreliable: dev tools do not open sometimes, and when this happens, they will not open manually either.
1 parent 6909705 commit fc6e92d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ runfa:
5959
./node_modules/.bin/web-ext run -s src/ --target firefox-android --adb-bin $$ADB_BIN --android-device $$ANDROID_DEVICE_ID --firefox-apk org.mozilla.firefox --verbose
6060

6161
runff:
62-
./node_modules/.bin/web-ext run --devtools --start-url "about:debugging#/runtime/this-firefox" -s src/
62+
./node_modules/.bin/web-ext run --start-url "about:debugging#/runtime/this-firefox" -s src/
6363

6464
runfn:
65-
./node_modules/.bin/web-ext run --devtools --start-url "about:debugging#/runtime/this-firefox" -s src/ -f nightly
65+
./node_modules/.bin/web-ext run --start-url "about:debugging#/runtime/this-firefox" -s src/ -f nightly
6666

6767
test:
6868
BROWSER=chrome ENABLE_XVFB=1 pytest -s tests/

0 commit comments

Comments
 (0)