diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ import ( "path/filepath" "go.wit.com/gui" + "go.wit.com/lib/gui/shell" "go.wit.com/lib/debugger" "go.wit.com/lib/gadgets" "go.wit.com/log" @@ -47,6 +48,7 @@ func main() { // verify the values for the package if args.NoGui { + shell.TestTerminalColor() if cBox.buildPackage() { log.Info("build worked") } else { |
