зеркало из https://github.com/mozilla/pjs.git
rethrow exception when applyCommands fails
This commit is contained in:
Родитель
ecd1ab657d
Коммит
641c1bbc04
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче