mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
refactor(CLI): Ensure no monkey patching by progress override
This commit is contained in:
parent
b0ca2376bb
commit
e46ce80d99
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user