Skip to content

Commit 30f2049

Browse files
authored
fix: add husky label to deprecated warning (#1538)
1 parent a2d942a commit 30f2049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (a == 'init') {
1919
p.exit()
2020
}
2121

22-
d = c => console.error(`${c} command is DEPRECATED`)
22+
d = c => console.error(`husky - ${c} command is DEPRECATED`)
2323
if (['add', 'set', 'uninstall'].includes(a)) { d(a); p.exit(1) }
2424
if (a == 'install') d(a)
2525

0 commit comments

Comments
 (0)