mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 02:51:59 -04:00
fix(reporting): revert throttle
This commit is contained in:
@@ -8,14 +8,16 @@ export default (reporterType: ReporterType, cmd: string) => {
|
||||
switch (reporterType) {
|
||||
case 'default':
|
||||
defaultReporter(streamParser, {
|
||||
cmd,
|
||||
appendOnly: false,
|
||||
cmd,
|
||||
throttleProgress: 0,
|
||||
})
|
||||
return
|
||||
case 'append-only':
|
||||
defaultReporter(streamParser, {
|
||||
cmd,
|
||||
appendOnly: true,
|
||||
cmd,
|
||||
throttleProgress: 0,
|
||||
})
|
||||
return
|
||||
case 'ndjson':
|
||||
|
||||
Reference in New Issue
Block a user