forked from Silverfish/proton-bridge
Other: missing import
This commit is contained in:
@ -23,6 +23,8 @@ package restarter
|
||||
import (
|
||||
"os/exec"
|
||||
"syscall"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func run(cmd *exec.Cmd) error {
|
||||
|
||||
Reference in New Issue
Block a user