mirror of https://github.com/nodejs/corepack.git
fix: debug text typo (#698)
This commit is contained in:
parent
679bcefda5
commit
0b94797f96
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue