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
During the output of the log, duplicate the read variables.
Problem on string:123 module.exports.logger.info('[ENV]:', module.exports.data[env_file]);
not enough set of the key of variable module.exports.logger.info('[ENV]:', module.exports.data[env_file][env_key]);
The text was updated successfully, but these errors were encountered:
During the output of the log, duplicate the read variables.
Problem on string:123
module.exports.logger.info('[ENV]:', module.exports.data[env_file]);
not enough set of the key of variable
module.exports.logger.info('[ENV]:', module.exports.data[env_file][env_key]);
The text was updated successfully, but these errors were encountered: