Try stripping your code back until you get just that error.
Normally, when something like that happens there'll be a stack trace written to the console, but it's possible you are executing code on upload, and it's that code which is causing the issue.
A new flag has appeared, 'CALLBACK'
It appeared because I imagine you modified code such that a callback function caused an error.
Although sometimes it happens if you Ctrl-C out of a function that's executing a lot in the background.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Try stripping your code back until you get just that error.
Normally, when something like that happens there'll be a stack trace written to the console, but it's possible you are executing code on upload, and it's that code which is causing the issue.
It appeared because I imagine you modified code such that a callback function caused an error.
Although sometimes it happens if you Ctrl-C out of a function that's executing a lot in the background.