Merge branch 'bugfix-1'

This commit is contained in:
Sarah Jamie Lewis 2018-07-28 10:18:35 -07:00
commit 16d21f582e
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"