Skip to content

Commit 5e37152

Browse files
committedSep 18, 2023
Clarify debug log message
1 parent 63403d4 commit 5e37152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const main = async (unresolvedConfiguration: CommandLineOptions) => {
162162
const sharedGlobOptions = { cwd, workingDir: dir, gitignore, ignore: worker.getIgnorePatterns() };
163163

164164
const entryPathsFromManifest = await getEntryPathFromManifest(cwd, dir, manifest);
165-
debugLogArray(`Found entry paths from manifest (${name})`, entryPathsFromManifest);
165+
debugLogArray(`Found entry paths in package.json (${name})`, entryPathsFromManifest);
166166
principal.addEntryPaths(entryPathsFromManifest);
167167

168168
if (isProduction) {

0 commit comments

Comments
 (0)
Please sign in to comment.