로그 정리
This commit is contained in:
parent
7bcd8ffbfb
commit
609efc6b51
1 changed files with 4 additions and 2 deletions
|
|
@ -167,8 +167,10 @@ class ProcessExecutor {
|
|||
],
|
||||
runInShell: true,
|
||||
);
|
||||
print('[Powershell Grant] ${result.stdout}');
|
||||
print('[Powershell Grant] Error: ${result.stderr}');
|
||||
|
||||
if (result.stderr.toString().trim().isNotEmpty) {
|
||||
print('[Powershell Grant] Error: ${result.stderr}');
|
||||
}
|
||||
}
|
||||
return simpleFuture;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue