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
When config options are passed in as cli arguments during installation, the toBoolean hook is not executed. This can break installation in lib/mailer as you can not disable certain config options.
Expected Behaviour
Boolean config options should always be properly converted into boolean regarding of there input type.
Versions
Authoring Tool Version: 0.5.0
Framework Version: --
Operating System: --
Browser: --
The text was updated successfully, but these errors were encountered:
This is due a limitation of prompt -- we had the same problem with the config.json overrides (See install.js#L273 for a similar issue with y/n/true/false)
BUG
When config options are passed in as cli arguments during installation, the toBoolean hook is not executed. This can break installation in
lib/mailer
as you can not disable certain config options.Expected Behaviour
Boolean config options should always be properly converted into boolean regarding of there input type.
Versions
The text was updated successfully, but these errors were encountered: