srcbookdev / srcbook

TypeScript-centric app development platform
https://srcbook.com
Apache License 2.0
2.5k stars 87 forks source link

Stopping the cell crashes the server with uncaught error #323

Closed BeRecursive22 closed 4 weeks ago

BeRecursive22 commented 1 month ago

Steps to reproduce:

screen-capture (17).webm

Result:

image
BeRecursive22 commented 1 month ago

@benjreinhart @nichochar just adding try...catch will do the trick I believe. Let me know if you want me to open a PR for this? const killed = processes.kill(session.id, cell.id);

Lokendra-sinh commented 1 month ago

hey @nichochar , did you get a chance to reproduce this?

BeRecursive22 commented 4 weeks ago

334