Closed jastice closed 9 years ago
I'm wondering if changing this line https://github.com/elm-lang/elm-reactor/blob/621d51dc3bd59a4225ec4358b8b6cd04cc24dc4e/server/Socket.hs#L27 from sendTextData to sendBinaryData might help with this problem. (I haven't had a chance to get elm-recator compiling to try this out yet.)
Verified that issue persists in Elm Platform 0.14.1
Closing as duplicate of #68, which has a more recent code example
Non-ASCII characters in code prevent hotswapping in the debugger.
For example, save this as a utf-8 elm file, load it in the debugger and set it to hot-swap:
Now, change a character to an umlaut:
The debugger will not reload, and the javascript console throws an error:
Remove the umlaut:
The code will reload fine.