summaryrefslogtreecommitdiff
path: root/main/src/mill/MillMain.scala
Commit message (Collapse)AuthorAgeFilesLines
* WIP keep mill server alive if you Ctrl-C during --watch (#339)Li Haoyi2018-05-191-0/+130
* wip * Clean up more resources in the Mill client after every command * catch and ignore SIGINT in Mill server to make it survive Ctrl-C on the client