Skip to content

Commit 5346de3

Browse files
author
Fabio Folchi
committed
fix wrong typo
1 parent 38a2cd4 commit 5346de3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const logger = require('loglevel')
3+
const logLevel = require('loglevel')
44
const chalk = require('chalk')
55
const prefix = require('loglevel-plugin-prefix')
66

0 commit comments

Comments
 (0)