@putout/engine-runner
Advanced tools
Comparing version 6.9.0 to 6.9.1
@@ -5,4 +5,6 @@ 'use strict'; | ||
const debug = require('debug')('putout:runner:fix'); | ||
const enabled = {debug}; | ||
const {enabled} = debug; | ||
debug('xxxxx'); | ||
const tryToFix = (fix, {path, position}) => { | ||
@@ -9,0 +11,0 @@ const [e] = tryCatch(fix, path); |
{ | ||
"name": "@putout/engine-runner", | ||
"version": "6.9.0", | ||
"version": "6.9.1", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "run putout plugins", |
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
22655
580