sagemathinc / cowasm

CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.
https://cowasm.org
BSD 3-Clause "New" or "Revised" License
482 stars 23 forks source link

in terminal on node, help() followed by ctrl+d exits entire process #6

Closed williamstein closed 2 years ago

williamstein commented 2 years ago
image

This is because we just terminate on any appearance of control+D. I guess that's not so good.