Comparing version 3.0.15 to 3.0.16
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="3.0.16"></a> | ||
## [3.0.16](https://github.com/zerkalica/lom_atom/compare/v3.0.15...v3.0.16) (2017-12-08) | ||
<a name="3.0.15"></a> | ||
@@ -7,0 +12,0 @@ ## [3.0.15](https://github.com/zerkalica/lom_atom/compare/v3.0.14...v3.0.15) (2017-12-08) |
@@ -240,4 +240,8 @@ function _defineProperties(target, props) { | ||
if (next === undefined) { | ||
this._suggested = this._next; | ||
this._next = undefined; | ||
// this._suggested = this._next | ||
// this._next = undefined | ||
if (this.current instanceof RecoverableError) { | ||
this._next = this._suggested; | ||
} | ||
this.status = ATOM_STATUS_DEEP_RESET; | ||
@@ -244,0 +248,0 @@ if (this._slaves) this._slaves.forEach(obsoleteSlave); |
@@ -244,4 +244,8 @@ 'use strict'; | ||
if (next === undefined) { | ||
this._suggested = this._next; | ||
this._next = undefined; | ||
// this._suggested = this._next | ||
// this._next = undefined | ||
if (this.current instanceof RecoverableError) { | ||
this._next = this._suggested; | ||
} | ||
this.status = ATOM_STATUS_DEEP_RESET; | ||
@@ -248,0 +252,0 @@ if (this._slaves) this._slaves.forEach(obsoleteSlave); |
@@ -246,4 +246,8 @@ (function (global, factory) { | ||
if (next === undefined) { | ||
this._suggested = this._next; | ||
this._next = undefined; | ||
// this._suggested = this._next | ||
// this._next = undefined | ||
if (this.current instanceof RecoverableError) { | ||
this._next = this._suggested; | ||
} | ||
this.status = ATOM_STATUS_DEEP_RESET; | ||
@@ -250,0 +254,0 @@ if (this._slaves) this._slaves.forEach(obsoleteSlave); |
{ | ||
"name": "lom_atom", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "Alternative implementation of eigenmethod mol_atom state management library", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -129,4 +129,7 @@ // @flow | ||
if (next === undefined) { | ||
this._suggested = this._next | ||
this._next = undefined | ||
// this._suggested = this._next | ||
// this._next = undefined | ||
if (this.current instanceof RecoverableError) { | ||
this._next = this._suggested | ||
} | ||
this.status = ATOM_STATUS_DEEP_RESET | ||
@@ -133,0 +136,0 @@ if (this._slaves) this._slaves.forEach(obsoleteSlave) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
329461
3361