forked from sin365/AxibugEmuOnline
NSP打包日志区分
This commit is contained in:
parent
32d54d81c1
commit
3c844befe1
@ -286,7 +286,10 @@ namespace AxibugEmuOnline.Editors
|
|||||||
if (!string.IsNullOrEmpty(args.Data))
|
if (!string.IsNullOrEmpty(args.Data))
|
||||||
{
|
{
|
||||||
errorBuilder.AppendLine(args.Data);
|
errorBuilder.AppendLine(args.Data);
|
||||||
Debug.LogError($"[AxibugNSPTools]{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