hackium icon indicating copy to clipboard operation
hackium copied to clipboard

hackium.pause() and startRepl() don't preserve history

Open jsoverson opened this issue 4 years ago • 0 comments

REPL's created manually via hackium.startRepl or hackium.pause do not store their history locally.

await hackium.pause();
// enter anything in the REPL, then unpause()
await hackium.pause();

Expected

Press up to move through last REPL's history

Actual

Pressing up does nothing.

jsoverson avatar Sep 25 '20 14:09 jsoverson