diff --git a/lib/cli/interactive-setup/deploy-progress-plugin.js b/lib/cli/interactive-setup/deploy-progress-plugin.js index 05ae2bbf4..c058c45f9 100644 --- a/lib/cli/interactive-setup/deploy-progress-plugin.js +++ b/lib/cli/interactive-setup/deploy-progress-plugin.js @@ -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 = {