Binary Blooper #2 was a particularly egregious offender, with an error message that read:

			`Syntax Error: unexpected token '}' in /path/to/file.js at line 42, column 5`
		

After hours of debugging, we finally discovered that the error was caused by a rogue semicolon that had wandered into the code from a nearby keyboard.

Read the story behind Binary Blooper #1

Read the story behind Binary Blooper #3