mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
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