delete log message
This commit is contained in:
parent
252420b167
commit
f07c4ef238
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue