refactor(CLI): Ensure no monkey patching by progress override

This commit is contained in:
Mariusz Nowak 2021-09-07 09:38:09 +02:00 committed by Mariusz Nowak
parent b0ca2376bb
commit e46ce80d99

View File

@ -6,7 +6,7 @@ const chalk = require('chalk');
class InteractiveDeployProgress {
constructor(serverless) {
this.serverless = serverless;
this.progress = cliProgressFooter({ overrideStdout: false });
this.progress = cliProgressFooter({ overrideStdout: false, redirectStderr: false });
this.progress.shouldAddProgressAnimationPrefix = true;
this.hooks = {