فهرست منبع

* Console log changed to error in case of exception

Michael Van Canneyt 1 سال پیش
والد
کامیت
8770967f35
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/wasi/src/wasienv.pas

+ 1 - 1
packages/wasi/src/wasienv.pas

@@ -527,7 +527,7 @@ begin
       end;
   end;
   if FPreparedStartDescriptor.RunExceptionClass<>'' then
-    Console.log('Running Webassembly resulted in exception. Exception class: ',FPreparedStartDescriptor.RunExceptionClass,', message:',FPreparedStartDescriptor.RunExceptionMessage);
+    Console.error('Running Webassembly resulted in exception. Exception class: ',FPreparedStartDescriptor.RunExceptionClass,', message:',FPreparedStartDescriptor.RunExceptionMessage);
 end;
 
 procedure TWASIHost.DoStdWrite(Sender: TObject; const aOutput: String);