We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679bcef commit 0b94797Copy full SHA for 0b94797
sources/Engine.ts
@@ -288,7 +288,7 @@ export class Engine {
288
await specUtils.setLocalPackageManager(path.dirname(result.target), installSpec);
289
}
290
291
- 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}`);
292
return fallbackDescriptor;
293
294
0 commit comments