diff --git a/build/utils/glob.js b/build/utils/glob.js index eaaf46a..fc63983 100644 --- a/build/utils/glob.js +++ b/build/utils/glob.js @@ -63,7 +63,7 @@ async function importGlob() { } throw new TypeError( - `No glob library was found, expected one of: ${modules.join(', ')}` + `No glob library was found, expected one of: ${candidates.join(', ')}` ); }