| Index: tools/gn/commands.cc
|
| diff --git a/tools/gn/commands.cc b/tools/gn/commands.cc
|
| index b09a74e87e472f1ee9f70f41570eefa47eede690..556f75f721bbe4d2a5e0becf4a9dd43c9ef0b88e 100644
|
| --- a/tools/gn/commands.cc
|
| +++ b/tools/gn/commands.cc
|
| @@ -397,7 +397,7 @@ const Target* ResolveTargetFromCommandLineString(
|
| Err(Location(), "Not a target.",
|
| "The \"" + label.GetUserVisibleName(false) + "\" thing\n"
|
| "is not a target. Somebody should probably implement this command for "
|
| - "other\nitem types.");
|
| + "other\nitem types.").PrintToStdout();
|
| return nullptr;
|
| }
|
|
|
|
|