Show errors on stderr on Skia port

This commit is contained in:
David Capello 2015-10-13 17:11:23 -03:00
parent 07900c8e48
commit d4e37218e2

View File

@ -37,6 +37,7 @@ System* instance()
void error_message(const char* msg)
{
fputs(msg, stderr);
// TODO
}