fix: add better nchan logging

This commit is contained in:
Alexis
2021-09-15 08:28:05 +09:30
parent 23a1e894a6
commit ddff2b4f3d

View File

@@ -48,7 +48,7 @@ const subscribe = async (endpoint: string) => new Promise<void>(resolve => {
});
sub.on('connect', function (_event) {
nchanLogger.debug('Connected!');
nchanLogger.debug('NCHAN:CONNECTED:%s', endpoint);
resolve();
});