Skip to content

Commit f78266f

Browse files
authored
Merge pull request #159 from pjonsson/options-docs
options.js: add missing param to doc
2 parents 46a0a8e + 9f3ae99 commit f78266f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/options.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function getConfigFile(argFileName, defaultFileName) {
2525
* @param configFileType What kind of config file is this? E.g. config, auth etc.
2626
* @param failureConsequence The consequence of using the defaultValue when this file fails to load - this will be logged
2727
* as part of the warning
28+
* @param quiet Emit logs or not
2829
* @returns {*} The config, either from the filePath or a default.
2930
*/
3031
function getConfig(filePath, configFileType, failureConsequence, quiet) {

0 commit comments

Comments
 (0)