@bitdiver/model
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -24,4 +24,2 @@ 'use strict'; | ||
var _status = require('./status'); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -116,16 +114,8 @@ | ||
run() { | ||
if (this.type === STEP_TYPE_NORMAL && this.environmentTestcase.status < _status.STATUS_ERROR) { | ||
// The run method should not be executed if the status >= Error | ||
return this.doRun(); | ||
} | ||
if (this.environmentRun.status < _status.STATUS_ERROR) { | ||
return this.doRun(); | ||
} | ||
return _promise2.default.resolve(); | ||
return this.doRun(); | ||
} | ||
/** | ||
* | ||
* @return promise {promise} A promise to signal that the method is finished | ||
* @deprecated This methode is not used any more. Take the run method direcktly | ||
*/ | ||
@@ -132,0 +122,0 @@ doRun() { |
{ | ||
"name": "@bitdiver/model", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
47083
884