How to stop a p5js script from looping print()

so I accidentally put print() in my script and it start trying to save the picture nonstop. How do I stop this? of course I know how using noloop can make draw only run once, but that is not my question. If the saving tab keeps pop out, I can never click the stop botton to stop the script, or edit the script. It seems like a stupid bug. it has to be a way to stop this.

print() has to have something inside of the parentheses, eg print(“hello”); If there is nothing in there it will give you the print dialog.