Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-06-03 20:14:04 +0300
committerisaacs <i@izs.me>2021-06-03 21:45:15 +0300
commitca28221103aa0e9ccba7043ac515a541b625c53a (patch)
tree47743a51d32395fc4a58cc3039439851f63160a5 /tap-snapshots/test
parentaafe2357279230e333d3342752a28fce6b9cd152 (diff)
fix(docs): link foreground-scripts w/ loglevel
Since loglevel is the first place people usually look to find out why their scripts have no output when they are in the background, this will help point them to the config that addresses that situation. PR-URL: https://github.com/npm/cli/pull/3360 Credit: @wraithgar Close: #3360 Reviewed-by: @isaacs
Diffstat (limited to 'tap-snapshots/test')
-rw-r--r--tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs
index 48aea0303..da8cd1794 100644
--- a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs
+++ b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs
@@ -655,6 +655,8 @@ What level of logs to report. On failure, *all* logs are written to
Any logs of a higher level than the setting are shown. The default is
"notice".
+See also the \`foreground-scripts\` config.
+
#### \`logs-max\`
* Default: 10