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
// After v2.7.0: 8 December 2024 this fixes behaviour changes
if (undefined != context.herald)
context.herald.split('\n').forEach(line => ns.print(line))
Tail output of ns.print(
-a-\n-b-
) behaviour changed.Before update 'b' would be on the line below 'a'
After update 'a' and 'b' are on the same line.
The text was updated successfully, but these errors were encountered: