-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Lines 168 to 172 in 820187e
| try { | |
| this._confFile = _.clone(require(path.resolve(this._opts.file)), true) | |
| } catch (e) { | |
| this._confFile = {} | |
| } |
What do you think about throwing a UserError here if e.name === "SyntaxError"?
Metadata
Metadata
Assignees
Labels
No labels