Skip to content

Commit bc2855a

Browse files
committed
4got comma
1 parent dfabf9f commit bc2855a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/bas-guest-access.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function pluginHandlerGetDoUserManagement(mJSO, wsConnect) {
6868
fs.readFile(bundleListPath, 'utf8', function (err, data) {
6969
if (err) {
7070
main.log.info('Error reading _bundleList.json: ' + err,
71-
'; bundleListPath:' bundleListPath,
71+
'; bundleListPath:', bundleListPath,
7272
'; clientID:', wsConnect.connectionID,
7373
'; clientIP:', wsConnect._socket.remoteAddress);
7474

0 commit comments

Comments
 (0)