Skip to content

Commit

Permalink
Add console.log messages directly to the maestro log (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler authored Jan 17, 2025
1 parent c3a8027 commit 486faf7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ class Orchestra(
command,
metadata.copy(logMessages = metadata.logMessages + msg)
)
logger.info("JsConsole: $msg")
}

val evaluatedCommand = command.evaluateScripts(jsEngine)
Expand Down

0 comments on commit 486faf7

Please sign in to comment.