Adding Fatal to App if Cannot Launch Tor #95

Merged
dan merged 1 commits from bugfix-1 into bugfix 2018-07-28 17:11:36 +00:00
1 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,9 @@ func main() {
}
app, err = app2.NewApp(path.Join(usr.HomeDir, ".cwtch"), torPath)
if err != nil {
log.Fatalf("Error initializing application: %v", err)
}
var history []string
for !quit {
profile := "unset"