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