fix(cli): powershell crashing on SIGINT, closes #3997 (#4007)

This commit is contained in:
Lucas Fernandes Nogueira
2022-04-29 15:51:08 -07:00
committed by GitHub
parent d96805a7ac
commit 320484866b
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
---
Fixes a Powershell crash when sending SIGINT to the dev command.