Closed
Description
p5.js version
most recent I'm assuming.
What is your operating system?
Windows
Web browser and version
Firefox Version 118.0.1
Actual Behavior
Console.log is printing to the browser's console
Expected Behavior
console.log should print to the p5 editor console
Steps to reproduce
Steps:
- open new editor window
- create a console.log statement
- hit run
- open dev tools to see that it is printing to the browser console
Snippet:
console.log("HI");