fix: debug text typo (#698)

This commit is contained in:
Mike McCready 2025-04-08 11:46:08 +02:00 committed by GitHub
parent 679bcefda5
commit 0b94797f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ export class Engine {
await specUtils.setLocalPackageManager(path.dirname(result.target), installSpec); await specUtils.setLocalPackageManager(path.dirname(result.target), installSpec);
} }
debugUtils.log(`Falling back to ${fallbackDescriptor.name}@${fallbackDescriptor.range} in the absence of "packageManage" field in ${result.target}`); debugUtils.log(`Falling back to ${fallbackDescriptor.name}@${fallbackDescriptor.range} in the absence of "packageManager" field in ${result.target}`);
return fallbackDescriptor; return fallbackDescriptor;
} }