Add module scope chronicles topic

This commit is contained in:
coffeepots 2018-06-11 21:00:30 +01:00
parent da84d95d51
commit b32660c1c9
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ import jsonmarshal
export asyncdispatch2, json, jsonmarshal
logScope:
topics = "RpcServer"
type
RpcJsonError* = enum rjeInvalidJson, rjeVersionError, rjeNoMethod, rjeNoId