mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 08:06:59 +00:00
Other: missing import
This commit is contained in:
@ -23,6 +23,8 @@ package restarter
|
|||||||
import (
|
import (
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
|
"github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
||||||
func run(cmd *exec.Cmd) error {
|
func run(cmd *exec.Cmd) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user