Have new annoying message in my JS console with each run

Question:
Hi, total noob here, both to JavaScript and to Replit.
After a month with no issues, I now have a message in my JS console each time I run a program. Can anyone tell me how to get rid of it? Thanks

Repl link/Link to where the bug appears:

Screenshots, links, or other helpful context:
image

code snippet

I don’t know how to get rid of it but it appears to be somewhere in the .nix file which is a hidden file which you can access by pressing the 3 dots above the file list and clicking show hidden files.

Welcome to Ask! This message is caused by a recent update to the platform. Replit is going to get rid of that but if you really want to in the meantime it is possible to remove this message by editing a Replit config file.
Click the 3 dots and “Show hidden files”, then add a new line 1 to .replit containing run = "clear && node index.js".
image
image

1 Like

annoying? It looks hackery to me. anyways it shouldn’t do anything at all so you don’t have to worry about it and

it’s not javascript fault and it’s not you it’s replit :slight_smile: