Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support to upgrade extension & install while first run app #68

Merged
merged 2 commits into from
Jun 14, 2022

Conversation

kungfuboy
Copy link
Contributor

change mainly file: src/platform/node/extension-manager/lib/manager.ts

@vercel
Copy link

vercel bot commented Jun 14, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
eoapi-demo ✅ Ready (Inspect) Visit Preview Jun 14, 2022 at 4:01AM (UTC)

@kungfuboy kungfuboy requested a review from buqiyuan June 14, 2022 03:44
npmCli.commands.update(moduleList, (err, data) => {
process.chdir(this.baseDir);
if (err) {
reject(err);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
reject(err);
return reject(err);

@kungfuboy kungfuboy merged commit bbd8803 into main Jun 14, 2022
@kungfuboy kungfuboy deleted the feat/extension-automatic branch June 14, 2022 04:48
yZaio pushed a commit that referenced this pull request May 5, 2023
* feat: support to upgrade extension & install while first run app

* feat: fix return reject & resolve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants