delete log message

This commit is contained in:
Toki 2025-01-01 10:26:53 +09:00
parent 252420b167
commit f07c4ef238

View file

@ -233,9 +233,7 @@ class SchedulerManager {
// shell.writeln('disown');
print(shell.toString());
ProcessExecutor.run(shell,
workspace: Directory.systemTemp.path,
printStdout: false,
logHandler: (p0, p1) => print(p0));
workspace: Directory.systemTemp.path, printStdout: false);
await _checkProcess();
}
return simpleFuture;