mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 06:55:12 -04:00
fix(reporter): print output for store logs
This commit is contained in:
@@ -124,6 +124,7 @@ export function toOutput$ (
|
||||
skippedOptionalDependencyPushStream.next(log as supi.SkippedOptionalDependencyLog)
|
||||
break
|
||||
case 'pnpm' as any: // tslint:disable-line
|
||||
case 'pnpm:store' as any: // tslint:disable-line
|
||||
otherPushStream.next(log)
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user