Skip to content

Commit 5155310

Browse files
committed
Improved dynamic code
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent f5a3fc4 commit 5155310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @returns {*} Anything that will be the object entry value
1818
*/
1919

20-
const debug = require("debug")("array-to-object-keys")
20+
const debug = require("debug")(_PKG_NAME)
2121

2222
const emptyReturn = {}
2323

0 commit comments

Comments
 (0)