Compare commits

..

1 commit

Author SHA1 Message Date
Nebulosa
6808af1038
Merge cb3082014a into a691eaea8d 2026-01-12 06:56:20 +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