This commit is contained in:
erinn 2021-06-17 18:11:30 -07:00
parent e7ef2fef4a
commit ae3aef0518
1 changed files with 6 additions and 0 deletions

6
lib.go
View File

@ -86,6 +86,12 @@ func StartCwtch(appDir string, torPath string) int {
}
func _startCwtch(appDir string, torPath string) {
if application != nil {
log.Infof("_startCwtch detected existing application; resuming instead of relaunching")
ReconnectCwtchForeground()
return
}
// Exclude Tapir wire Messages (We need a TRACE level)
log.ExcludeFromPattern("service.go")