Skip to content

Commit 7068c1e

Browse files
Merge pull request #6976 from planetarium/fix/add-error-code
add error code
2 parents 1da06ab + bf8fdfb commit 7068c1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nekoyume/Assets/_Scripts/Blockchain/ErrorCode.cs

+2
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ public static class ErrorCode
317317
#endregion Client Error
318318
}
319319

320+
NcDebug.LogError($"Error Code: {code}, Key: {key}, Message: {exc.Message}");
321+
320322
Analyzer.Instance.Track(
321323
"Unity/Error",
322324
("code", code),

0 commit comments

Comments
 (0)