mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
This should never happen, but if it does, lets make sure we know
In the past, this has cause things to break in mysterious ways Change-Id: I2fcf1e2a9cf776a9ab9b3969d9ec552e23120e79
This commit is contained in:
parent
d8ee3c2c29
commit
8479e3d060
|
@ -416,6 +416,9 @@ ve.Document.prototype.selectNodes = function ( range, mode ) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} while ( end >= left - 1 );
|
} while ( end >= left - 1 );
|
||||||
|
if ( retval.length === 0 ) {
|
||||||
|
throw new Error( 'selectNodes epic fail' );
|
||||||
|
}
|
||||||
return retval;
|
return retval;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue