forked from Silverfish/proton-bridge
Other: Single instance
This commit is contained in:
@ -341,6 +341,9 @@ func (f *frontendCLI) watchEvents(eventCh <-chan events.Event) {
|
||||
|
||||
case events.TLSIssue:
|
||||
f.notifyCertIssue()
|
||||
|
||||
case events.Raise:
|
||||
f.Printf("Hello!")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user