mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Show errors on stderr on Skia port
This commit is contained in:
parent
07900c8e48
commit
d4e37218e2
@ -37,6 +37,7 @@ System* instance()
|
||||
|
||||
void error_message(const char* msg)
|
||||
{
|
||||
fputs(msg, stderr);
|
||||
// TODO
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user