diff options
author | 2022-07-11 16:20:10 -0700 | |
---|---|---|
committer | 2022-07-12 01:20:10 +0200 | |
commit | e85f8011d54b4b5cb1b20e51aaf2b5bb02530345 (patch) | |
tree | e1c024108abe7d6fb303ed1bbfa704fdeb8a3a15 | |
parent | ae02cad3f5b294f7d5d7cb862a7bd897637084b4 (diff) | |
download | bun-e85f8011d54b4b5cb1b20e51aaf2b5bb02530345.tar.gz bun-e85f8011d54b4b5cb1b20e51aaf2b5bb02530345.tar.zst bun-e85f8011d54b4b5cb1b20e51aaf2b5bb02530345.zip |
docs: Updated logLevel to include `debug` (#189)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1097,7 +1097,7 @@ export interface Install { globalBinDir: string; cache: Cache; lockfile: Lockfile; - logLevel: "verbose" | "error" | "warn"; + logLevel: "debug" | "error" | "warn"; } type Registry = |