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
While using print as a top-level invocation works, if you call print in any closure handler, such as onclick, addEventListener etc, print output is not redirected to console.log. Apparently, there isn't anything that reads from stdout and redirects to console.log at that point.