You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
opt: update kernelsu.js
This commit is contained in:
@@ -104,7 +104,7 @@ export function spawn(command, args = [], options = {}) {
|
|||||||
ksu.spawn(command, JSON.stringify(args), JSON.stringify(options), callbackName);
|
ksu.spawn(command, JSON.stringify(args), JSON.stringify(options), callbackName);
|
||||||
} else {
|
} else {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
child.emit("error", "ksu is not defined");
|
child.stderr.emit("data", "ksu is not defined");
|
||||||
child.emit("exit", 1);
|
child.emit("exit", 1);
|
||||||
}, 0);
|
}, 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user