Skip to content

Commit

Permalink
Await all functions in ci.js
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Jul 25, 2024
1 parent e3635f2 commit 8b42d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ but cannot be used to install new packages or dependencies.\
try {
this.npm = await config.loadNpm();
await this.loadInstalledAtomMetadata();
this.installModules(opts);
await this.installModules(opts);
} catch(err) {
return err;
}
Expand Down

0 comments on commit 8b42d58

Please sign in to comment.