mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
Remove ansi codes in script run (#3132)
This commit is contained in:
+6
-1
@@ -411,7 +411,12 @@ async function run(
|
||||
id,
|
||||
})
|
||||
).result ?? {};
|
||||
log.info(result);
|
||||
|
||||
if (opts.silent) {
|
||||
console.log(result);
|
||||
} else {
|
||||
log.info(result);
|
||||
}
|
||||
|
||||
break;
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user