mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-10 10:23:25 +00:00
Compare commits
1 commit
9b7d8ae5e9
...
ae4c72f496
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae4c72f496 |
1 changed files with 0 additions and 3 deletions
|
|
@ -40,9 +40,6 @@ 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