Exclude coverage check in exception conditional
This commit is contained in:
@@ -29,6 +29,7 @@ function Exception(message, node) {
|
||||
this.lineNumber = line;
|
||||
|
||||
// Work around issue under safari where we can't directly set the column value
|
||||
/* istanbul ignore next */
|
||||
if (Object.defineProperty) {
|
||||
Object.defineProperty(this, 'column', {value: column});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user