Fix glob.js
Amends 8dec2c69fe
Fixed:
- Forgot to rename all occurrences of 'modules' with 'candidates'.
This commit is contained in:
@@ -63,7 +63,7 @@ async function importGlob() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
throw new TypeError(
|
throw new TypeError(
|
||||||
`No glob library was found, expected one of: ${modules.join(', ')}`
|
`No glob library was found, expected one of: ${candidates.join(', ')}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user