Fix windows and osx builds
Summary: Closes https://github.com/facebook/yoga/pull/555 Reviewed By: emilsjolander Differential Revision: D5071045 Pulled By: splhack fbshipit-source-id: f9e387242055e0a4a7c330c7bf99ed4a4b4057be
This commit is contained in:
committed by
Facebook Github Bot
parent
fa54167a20
commit
49bccf47fa
@@ -69,7 +69,7 @@ namespace Facebook.Yoga
|
||||
if (config == null || config._logger == null)
|
||||
{
|
||||
// Default logger
|
||||
Console.WriteLine(message);
|
||||
System.Diagnostics.Debug.WriteLine(message);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user