16

[Working on a Project]
- Added a few lines for log display to end user
- Breaks everything
- Spent an hour trying to resolve issue, fails
- Commented those lines
- Everything starts working again
- Uncommented those lines
- Everything still works

FML!

Comments
  • 1
    I do suffer this sometime & realize I forgot to save all change in all file that I open 😂 (vim split & forgot to :wa)
  • 1
    nodejs, log display, end user?

    Hope you are not using alerts :P
  • 2
    @rusty-hacker That's exactly what I am using :/ but now everything is working.
Add Comment