5
Shmanio
7y

I was writing some JS files, and each time I tried to run them, the browser gave me errors on multiple lines. After looking at the source code, editing tons of lines and still not getting any result, I opened the source through the Chromium console and noticed it was different from mine. I thought there was a problem saving the file. Checked folder permissions, restarted Atom and Chromium, but still nothing.
What happened? I had opened the backup file in Chromium. 😩

Comments
  • 1
    Heard similar things before. Told a friend to check his path, said no no path cant be it its the right file. Ended up being the wrong file of course
  • 1
    Maybe it gets cached. Try ctrl+f5 or shift+f5
  • 0
    @DjSall already tried it, but obviously it couldn't have worked
Add Comment