Skip to content

Commit b95c4f3

Browse files
authored
Use canonical error message format for standard build tool parsing (#615)
1 parent 9db3f9d commit b95c4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppwinrt/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Where <spec> is one or more of:
363363
}
364364
catch (std::exception const& e)
365365
{
366-
w.write(" error: %\n", e.what());
366+
w.write("cppwinrt : error %\n", e.what());
367367
result = 1;
368368
}
369369

0 commit comments

Comments
 (0)