Fixes.
This commit is contained in:
8
node_modules/husky/lib/debug.js
generated
vendored
8
node_modules/husky/lib/debug.js
generated
vendored
@@ -1,8 +0,0 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function debug(...args) {
|
||||
if (['1', 'true'].includes(process.env.HUSKY_DEBUG || '')) {
|
||||
console.log('husky:debug', ...args);
|
||||
}
|
||||
}
|
||||
exports.default = debug;
|
||||
Reference in New Issue
Block a user