update path code
This commit is contained in:
parent
6b5ce8c34a
commit
b7b0a32d64
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class BuildDart extends Command {
|
|||
}
|
||||
|
||||
var process = await ProcessExecutor.start(await appendShell(shell, command),
|
||||
workspace: workspace, printStderr: false);
|
||||
printStderr: false);
|
||||
|
||||
return await complete(await process.process.exitCode, command,
|
||||
errorMessage: process.stderr.toString());
|
||||
|
|
|
|||
Loading…
Reference in a new issue