Comparing version 0.17.4 to 0.17.5
{ | ||
"name": "cerebral", | ||
"version": "0.17.4", | ||
"version": "0.17.5", | ||
"description": "A state controller with its own debugger", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -188,2 +188,3 @@ var utils = require('./utils.js'); | ||
var exits = executionArray.shift(); | ||
action.path = result.path; | ||
executionArray.splice.apply(executionArray, [0, 0].concat(exits[result.path])); | ||
@@ -190,0 +191,0 @@ } |
@@ -141,2 +141,3 @@ /* | ||
} catch (e) { | ||
console.warn('CEREBRAL - There was an error remembering state, it has been reset'); | ||
isRemembering = false; | ||
@@ -143,0 +144,0 @@ this.reset(); |
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
3527708
36697