mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-03 06:32:59 +00:00
Compare commits
2 commits
9cd91c3aa0
...
c3d92ebbd9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3d92ebbd9 | ||
|
|
8098d2b1b1 |
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ func (s *XrayService) GetXrayErr() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
err := p.GetErr()
|
err := p.GetErr()
|
||||||
|
if err == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
if runtime.GOOS == "windows" && err.Error() == "exit status 1" {
|
if runtime.GOOS == "windows" && err.Error() == "exit status 1" {
|
||||||
// exit status 1 on Windows means that Xray process was killed
|
// exit status 1 on Windows means that Xray process was killed
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue