update path code

This commit is contained in:
leedongmyung[desktop] 2023-11-25 14:23:04 +09:00
parent 6b5ce8c34a
commit b7b0a32d64

View file

@ -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());