Allow "error on console logging" configuration #157
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "bambooengineering/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, any console logging is seen as an error. In some situations this is desirable. For example, the developer may be logging to a JS framework that logs usefully in test, but not at all in prod.
This pull request makes that configurable, with the status quo being the default.
Harry
Checkout
From your project repository, check out a new branch and test the changes.