Skip to content

Commit 7e95e7b

Browse files
author
Pelle Wessman
committed
Increased debug logging and one todo comments
1 parent 03ff7e6 commit 7e95e7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/utils/path-resolve.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ const GLOB_IGNORE = [
3939
* @throws {InputError}
4040
*/
4141
export async function getPackageFiles (cwd, inputPaths, config, debugLog) {
42+
debugLog(`Globbed resolving ${inputPaths.length} paths:`, inputPaths)
43+
44+
// TODO: Does not support `~/` paths
4245
const entries = await globby(inputPaths, {
4346
absolute: true,
4447
cwd,

0 commit comments

Comments
 (0)