You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message=`\x1B[01;93mLog size exceeded for ${this._stepLogSizeExceeded() ? 'this step' : 'the workflow'}.\nThe step will continue to execute until it finished but new logs will not be stored.\x1B[0m\r\n`;
180
+
message=`\x1B[01;93mLog size exceeded for ${this._stepLogSizeExceeded()
181
+
? 'this step'
182
+
: 'the workflow'}.\nThe step will continue to execute until it finished but new logs will not be stored.\x1B[0m\r\n`;
186
183
}else{
187
184
return;
188
185
}
@@ -216,7 +213,9 @@ class ContainerLogger extends EventEmitter {
constmessage=`\x1B[01;93mLog size exceeded for ${this._stepLogSizeExceeded() ? 'this step' : 'the workflow'}.\nThe step will continue to execute until it finished but new logs will not be stored.\x1B[0m\r\n`;
216
+
constmessage=`\x1B[01;93mLog size exceeded for ${this._stepLogSizeExceeded()
217
+
? 'this step'
218
+
: 'the workflow'}.\nThe step will continue to execute until it finished but new logs will not be stored.\x1B[0m\r\n`;
0 commit comments