Add module scope chronicles topic
This commit is contained in:
parent
da84d95d51
commit
b32660c1c9
|
@ -4,6 +4,9 @@ import jsonmarshal
|
|||
|
||||
export asyncdispatch2, json, jsonmarshal
|
||||
|
||||
logScope:
|
||||
topics = "RpcServer"
|
||||
|
||||
type
|
||||
RpcJsonError* = enum rjeInvalidJson, rjeVersionError, rjeNoMethod, rjeNoId
|
||||
|
||||
|
|
Loading…
Reference in New Issue