deref / exo

A process manager & log viewer for dev
https://exo.deref.io
Apache License 2.0
414 stars 17 forks source link

[BUG] Can start non-existent process #480

Open BenElgar opened 3 years ago

BenElgar commented 3 years ago

If a process doesn't exist we should throw an error rather appearing to succeed:

❯ exo start non-existent-process; echo $?
Job URL: http://localhost:44643/#/jobs/4k3e4914xqck3y47w5grwdtwkw
starting
0

image

brandonbloom commented 2 years ago

Related: #467