Skip to content

Commit 8f7279e

Browse files
committed
Swift: TSP message wording changes.
1 parent 5bb2eb4 commit 8f7279e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/xcode-autobuilder/XcodeBuildRunner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void buildTarget(Target& target, bool dryRun) {
7070
} else {
7171
if (!exec(argv)) {
7272
DIAGNOSE_ERROR(buildCommandFailed,
73-
"`autobuild` failed to run the detected build command:\n```\n{}\n```",
73+
"`autobuild` failed to run the detected build command:\n\n```\n{}\n```",
7474
absl::StrJoin(argv, " "));
7575
codeql::Log::flush();
7676
exit(1);

0 commit comments

Comments
 (0)