Added trailing semi-colon

This commit is contained in:
Lam Wei Li 2022-01-05 20:28:32 +08:00 committed by GitHub
parent fa366c8abc
commit 3f1ac52866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ function appender(config, layout) {
debug('connection error', e);
canWrite = false;
emptyBuffer();
})
});
socket.on('close', createSocket);
}