Just did a git pull of the new version of LW & now when

Just did a git pull of the new version of LW & now when testing (without Smoothie connected) I attempted to play & pause the job. Play worked (although didn’t do anything), but when I clicked pause I see in the console the following:

ReferenceError: paused is not defined (http://localhost:8000/js/socketcomms.js on line 134)

I had a look at the socketcomm.js & the variable hasn’t been defined or instantiated anywhere prior to that use on that line. Might be best to define & instantiate to false at line 1 where “playing” is defined.