Fixed issue where watcher would crash if the go server couldn't build due to syntax errors.
Fixed an oversight in the watcher where the process would exit if you were editing a file and it had a syntax error or was not able to build. The watcher will now just continue running the old version until it can build the new version.