Fixed Mac warning from previous commit.

master
AnotherCommander 2020-07-02 11:39:14 +03:00 committed by GitHub
parent c7a7f0f563
commit d323cd3cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ static void ReportJSError(JSContext *context, const char *message, JSErrorReport
// if runtime creation failed, end the program here.
if (_runtime == NULL)
{
OOLog(@"script.javaScript.init.error", @"%@", @"***** FATAL ERROR: failed to create JavaScript runtime with size %uMB.", jsRuntimeInMB);
OOLog(@"script.javaScript.init.error", @"***** FATAL ERROR: failed to create JavaScript runtime with size %uMB.", jsRuntimeInMB);
exit(1);
}