Commit af73ec7
committed
fix(devtool): exit with error if firecracker fails to build
way too often have I accidentally ran an out dated firecracker binary
when testing something because a change I made doesnt compile, but the
failure to build firecracker wasn't considered fatal by devtool, and the
sheer amount of stuff it prints after compiling pushed the compiler
error offscreen.
Fix this by exiting if firecracker fails to build.
Signed-off-by: Patrick Roy <[email protected]>1 parent 3602e9e commit af73ec7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
| 726 | + | |
726 | 727 | | |
727 | 728 | | |
728 | 729 | | |
| |||
0 commit comments