fix stat and error print bug

This commit is contained in:
M09Ic 2024-07-24 13:41:03 +08:00
parent d5286eace5
commit ec5102fd8f

View File

@ -159,4 +159,5 @@ func Spray() {
} else {
runner.Run(ctx)
}
time.Sleep(1 * time.Second)
}