anonimitoraf / skerrick

REPL-driven development for NodeJS
GNU General Public License v3.0
103 stars 6 forks source link

Sporadic failure upon evaluating region #7

Open alhassy opened 2 years ago

alhassy commented 2 years ago

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.

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

Aside: Maybe something from https://github.com/abicky/nodejs-repl.el can be integrated into this project.