You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lib/configManager.js file, in the loadYaml method, references this.log.error. However, this.log is never set. That means issues that arise when loading the Yaml file are lost, and instead it reports TypeError: Cannot read properties of undefined (reading 'error').
The text was updated successfully, but these errors were encountered:
Problem Description
The
lib/configManager.js
file, in theloadYaml
method, referencesthis.log.error
. However,this.log
is never set. That means issues that arise when loading the Yaml file are lost, and instead it reportsTypeError: Cannot read properties of undefined (reading 'error')
.The text was updated successfully, but these errors were encountered: