Skip to content

Commit

Permalink
Use canonical error message format for standard build tool parsing (#615
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Scottj1s authored May 11, 2020
1 parent 9db3f9d commit b95c4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppwinrt/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Where <spec> is one or more of:
}
catch (std::exception const& e)
{
w.write(" error: %\n", e.what());
w.write("cppwinrt : error %\n", e.what());
result = 1;
}

Expand Down

0 comments on commit b95c4f3

Please sign in to comment.