支持鸿蒙系统
This commit is contained in:
@@ -35,7 +35,7 @@ func RunScriptRun(args ...string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
if !(*tos == 1 || *tos == 2) {
|
||||
if !(*tos == 1 || *tos == 2 || *tos == 7) {
|
||||
fmt.Fprintln(os.Stderr, "OS error")
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user