jpmorganchase / modular

A modular front end development framework

Home Page:https://modular.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exiting a command isn't handled cleanly

cangarugula opened this issue · comments

commented

When I interrupt a modular start or modular build process with Ctrl + C, I receive a huge error about my interruption because it was caught as a unhandledRejection here: https://github.com/jpmorganchase/modular/blob/main/packages/modular-scripts/src/cli.ts#L16-L18

Screen Shot 2021-05-28 at 8 53 37 AM

commented

Raised PR #411