MCPcopy
hub / github.com/mozilla/web-ext / enableVerboseMode

Method enableVerboseMode

src/program.js:124–132  ·  view source on GitHub ↗
(logStream, version)

Source from the content-addressed store, hash-verified

122 }
123
124 enableVerboseMode(logStream, version) {
125 if (this.verboseEnabled) {
126 return;
127 }
128
129 logStream.makeVerbose();
130 log.info('Version:', version);
131 this.verboseEnabled = true;
132 }
133
134 // Retrieve the yargs argv object and apply any further fix needed
135 // on the output of the yargs options parsing.

Callers 1

executeMethod · 0.95

Calls 1

makeVerboseMethod · 0.80

Tested by

no test coverage detected