ArcadeDB Version:
24.5.1
OS and JDK Version:
Official Docker image
Expected behavior
Both lines should be output every time the script is run.
Actual behavior
The last line (DEBUG2) is buffered but not output until the script is run again.
Steps to reproduce
CONSOLE.log map('DEBUG1', 'This is logged in the first run');
CONSOLE.log map('DEBUG2', 'This is not logged until the second run');
ArcadeDB Version:
24.5.1
OS and JDK Version:
Official Docker image
Expected behavior
Both lines should be output every time the script is run.
Actual behavior
The last line (DEBUG2) is buffered but not output until the script is run again.
Steps to reproduce