I made a scratch.js file whose contents are let a = "Hello" then I started the skerrick server and selected the entire contents and tried to evaluate the region, but received an error.
This happens sporadically ---sometimes when the buffer contains malformed JS.
Here is what my Messages buffer shows:
Started skerrick server on 4321
[error] request--callback: peculiar error
[error] request-default-error-callback: http://localhost:4321/eval parse-error
I made a
scratch.js
file whose contents arelet a = "Hello"
then I started the skerrick server and selected the entire contents and tried to evaluate the region, but received an error.Here is what my
Messages
buffer shows:Aside: Maybe something from https://github.com/abicky/nodejs-repl.el can be integrated into this project.