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
After upgrading from 0.4.0 to 0.6.3, the following test started to fail. The test checks whether a WarnMessage is reported if an unknown (directory that does not exist) --addonsDir is passed to the Websmith compile command.
There used to be a warning message: new WarnMessage(Addons directory "${system.resolvePath("./unknown")}" does not exist.) which is no longer reported.