We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5ed8f0 + 792f0f1 commit 2ff6c12Copy full SHA for 2ff6c12
1 file changed
src/entry-public-method/index.ts
@@ -138,7 +138,7 @@ export default class EntryPublicMethod {
138
}
139
140
private async updateCore() {
141
- if (!_.isFunction(core.getAvailablePort)) {
+ if (!_.isFunction(core.getCurrentEnvironment)) {
142
try {
143
const homePath = _.isFunction(core.getRootHome) ? core.getRootHome() : os.homedir();
144
const corePath = path.join(homePath, 'cache', 'core');
0 commit comments