Closed mwistrand closed 6 years ago
Enhancement
When executing dojo commands with a malformed .dojorc, a SyntaxError is logged to the console, but it is not immediately clear that the .dojorc is the cause of that error. It would be nice if a malformed .dojorc resulted in a clearer error message.
dojo
.dojorc
SyntaxError
Enhancement
When executing
dojo
commands with a malformed.dojorc
, aSyntaxError
is logged to the console, but it is not immediately clear that the.dojorc
is the cause of that error. It would be nice if a malformed.dojorc
resulted in a clearer error message.