mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 00:54:08 -04:00
CLI works
This commit is contained in:
@@ -69,7 +69,7 @@ func (p *plugin) Enabled() bool {
|
||||
return !p.Disable
|
||||
}
|
||||
|
||||
func (p *plugin) DebugOutput(l poller.Logger) (bool, error) {
|
||||
func (p *plugin) DebugOutput() (bool, error) {
|
||||
if p == nil {
|
||||
return true, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user