rethrow exception when applyCommands fails

This commit is contained in:
Dan Mills 2008-04-03 17:16:22 -07:00
Родитель ecd1ab657d
Коммит 641c1bbc04
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -582,6 +582,7 @@ Engine.prototype = {
this._log.debug("Exception: " + Utils.exceptionStr(e));
this._log.trace("Stack:\n" + Utils.stackTrace(e));
this._snapshot.wipe();
throw e;
}
ret.status = 0;