[flutter_tools] correctly forward error only stdout in non-verbose modes (#63815)

This commit is contained in:
Jonah Williams
2020-08-18 16:56:05 -07:00
committed by GitHub
parent 2122fe1fa1
commit 39c735f408
4 changed files with 19 additions and 7 deletions

View File

@@ -301,7 +301,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh\ntouch Flutter/ephemeral/tripwire\n";
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
};
36C290D58D35783923B6B124 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;