@@ -86,4 +86,4 @@ proto.reset = function reset(){
this._array = [];
this._position = 0;
this._state = Runner.RunnerState.RUNNER_DEAD;
-}
+};
@@ -219,4 +219,4 @@ proto.getInfo = function getInfo(explain, planInfo) {
*/
proto.reset = function reset(){
throw new Error('Not implemented');