mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 03:44:16 +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)
|
void error_message(const char* msg)
|
||||||
{
|
{
|
||||||
|
fputs(msg, stderr);
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user