Skip to content

Commit 77b6ec2

Browse files
committed
fix: throwError is undefined
1 parent 6f72d4c commit 77b6ec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/loadMiliConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const cosmiconfig = require('cosmiconfig')
22
const semver = require('semver')
3+
const throwError = require('./throwError')
34

45

56
const explorer = cosmiconfig('mili')

0 commit comments

Comments
 (0)