chainweaver icon indicating copy to clipboard operation
chainweaver copied to clipboard

Chainweaver REPL will repeat error even after code has been modified.

Open mat888 opened this issue 4 years ago • 1 comments

I'm running into an issue where upon getting a legitimate error when loading a contract into the REPL, changing that code and reloading it into the REPL will report the same exact error - line number and everything. Even deleting all the code and loading a blank contract into the REPL will produce this same error from before. The only way I've found to fix this is to restart the whole client. On the latest Debian build.

mat888 avatar Aug 17 '21 04:08 mat888

Note, you should be able to get around this by typing "reset" into the repl, so that you don't have to restart the entire app.

jmininger avatar Aug 24 '21 13:08 jmininger