forked from sin365/AxibugEmuOnline
NSP打包日志区分
This commit is contained in:
parent
32d54d81c1
commit
3c844befe1
@ -286,6 +286,9 @@ namespace AxibugEmuOnline.Editors
|
||||
if (!string.IsNullOrEmpty(args.Data))
|
||||
{
|
||||
errorBuilder.AppendLine(args.Data);
|
||||
if (args.Data.Contains("[WARN]"))
|
||||
Debug.LogWarning($"[AxibugNSPTools]{args.Data}");
|
||||
else
|
||||
Debug.LogError($"[AxibugNSPTools]{args.Data}");
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user