We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb2eb4 commit 8f7279eCopy full SHA for 8f7279e
1 file changed
swift/xcode-autobuilder/XcodeBuildRunner.cpp
@@ -70,7 +70,7 @@ void buildTarget(Target& target, bool dryRun) {
70
} else {
71
if (!exec(argv)) {
72
DIAGNOSE_ERROR(buildCommandFailed,
73
- "`autobuild` failed to run the detected build command:\n```\n{}\n```",
+ "`autobuild` failed to run the detected build command:\n\n```\n{}\n```",
74
absl::StrJoin(argv, " "));
75
codeql::Log::flush();
76
exit(1);
0 commit comments