Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbose option ignored when declared in config file #1214

Closed
dessant opened this issue Jan 18, 2018 · 1 comment
Closed

Verbose option ignored when declared in config file #1214

dessant opened this issue Jan 18, 2018 · 1 comment

Comments

@dessant
Copy link

dessant commented Jan 18, 2018

Is this a feature request or a bug?

bug

What is the current behavior?

web-ext-config.js

module.exports = {
  verbose: true
};
$ web-ext run -s dist
Applying config file: ./web-ext-config.js
Running web extension from /media/s1/dev/pr/clear-browsing-data/dist
Use --verbose or open Tools > Web Developer > Browser Console to see logging
Installed /media/s1/dev/pr/clear-browsing-data/dist as a temporary add-on
The extension will reload if any source file changes
Press R to reload (and Ctrl-C to quit)

What is the expected or desired behavior?

The process should switch to verbose output after the config file is parsed, or the limitation should be documented.

Version information (for bug reports)

  • Firefox version: 57.0.4
  • Your OS and version: Arch Linux
$ node --version && npm --version && web-ext --version
v8.9.1
5.5.1
2.3.1

@kumar303
Copy link
Contributor

Oof, I don't know how we missed this. Thanks for the bug report. Fixed in #1221

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants