[Awake]Log error with Logger instead of console (#35100)

This commit is contained in:
Den Delimarsky
2024-09-27 12:38:42 -07:00
committed by GitHub
parent 474c6f7322
commit ff17e3dec9
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ using System.Reflection;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using Awake.Core;
using Awake.Core.Models;
using Awake.Core.Native;