Comparing version 1.2.12 to 1.2.13
@@ -67,2 +67,7 @@ 'use strict'; | ||
if (!script.config.target && !options.environment) { | ||
const msg4 = 'No target specified and no environment chosen'; | ||
return callback(new Error(msg4), null); | ||
} | ||
let validation = core.validate(script); | ||
@@ -69,0 +74,0 @@ if (!validation.valid) { |
{ | ||
"name": "minigun", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"description": "Load-testing for HTTP and WebSocket-based applications", | ||
@@ -5,0 +5,0 @@ "main": "./bin/minigun", |
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
41442
22
392