Skip to content

Commit d66cb18

Browse files
authored
fix: configureLogger() chain (#58)
1 parent e56b903 commit d66cb18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/smart-app.js

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ module.exports = class SmartApp {
7979

8080
configureLogger(logger, jsonSpace = null, enableEvents = false) {
8181
this._log = new Log(logger, jsonSpace, enableEvents)
82+
return this
8283
}
8384

8485
enableEventLogging(jsonSpace = null, enableEvents = true) {

0 commit comments

Comments
 (0)