Repl running the right save

Problem description:
I have a repl acting as a backend for an “extension” for a site. A couple days ago i edited a file and it saved. But when i ran it, it would console log stuff from the old save.

Expected behavior:
Run the correct save, no console logs from the old save.

Actual behavior:
Runs old save, console logs from that old save.

Steps to reproduce:
I dont know any steps, it just happened randomly.

Bug appears at this link:
https://replit.com/@AbicamStudios/NewBetterPhotopBackend

**Browser:
OS: windows
Device (Android, iOS, n/a leave blank):
Plan (Free, Hacker, Pro Plan):Free

1 Like

Can confirm it happens to me as well.
A temporary solution is running kill 1 in the shell.
After you kill the repl, it will ask you to pick the local or cloud version of the code, pick local.

2 Likes