Compare commits

..

1 commit

Author SHA1 Message Date
Nebulosa
ae4c72f496
Merge 88fdb21424 into a691eaea8d 2026-01-12 14:31:41 +03:00

View file

@ -40,9 +40,6 @@ func (s *XrayService) GetXrayErr() error {
}
err := p.GetErr()
if err == nil {
return nil
}
if runtime.GOOS == "windows" && err.Error() == "exit status 1" {
// exit status 1 on Windows means that Xray process was killed