Comparing version 9.0.1 to 9.0.2
@@ -5,2 +5,3 @@ /** | ||
var util = require('util'); | ||
var Debug = require('debug'); | ||
@@ -190,3 +191,3 @@ var _ = require('lodash'); | ||
throw (function (){ | ||
var _err = new Error(require('util').format('`%s` exit: an error was thrown in the exit\'s `getExample()` function:\n', exitName, util.inspect(e))); | ||
var _err = new Error(util.format('`%s` exit: an error was thrown in the exit\'s `getExample()` function:\n', exitName, util.inspect(e))); | ||
_err.code = 'E_EXIT_GETEXAMPLE'; | ||
@@ -193,0 +194,0 @@ _err.reason = _err.message; |
{ | ||
"name": "machine", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "Configure and execute machines", | ||
@@ -5,0 +5,0 @@ "main": "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
72531
1643