Skip to content

Commit c0e1565

Browse files
sindresorhuskevva
authored andcommitted
Bump dependencies
1 parent 4dc6bcf commit c0e1565

File tree

4 files changed

+4304
-934
lines changed

4 files changed

+4304
-934
lines changed

api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const fork = require('./lib/fork');
2121

2222
function resolveModules(modules) {
2323
return arrify(modules).map(name => {
24-
const modulePath = resolveCwd(name);
24+
const modulePath = resolveCwd.silent(name);
2525

2626
if (modulePath === null) {
2727
throw new Error(`Could not resolve required module '${name}'`);

0 commit comments

Comments
 (0)