Skip to content

Commit

Permalink
Update debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Oct 11, 2018
1 parent 528c52a commit 74149bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/bin.ts
Expand Up @@ -4,7 +4,7 @@ import { install, uninstall } from './'

// Just for testing
if (process.env.HUSKY_DEBUG) {
console.log(process.env.INIT_CWD)
console.log(`husky:debug INIT_CWD=${process.env.INIT_CWD}`)
}

// Action can be "install" or "uninstall"
Expand Down

0 comments on commit 74149bc

Please sign in to comment.