Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Dec 18, 2019
1 parent 85af464 commit ac80093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/Generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export class Generator {
}
this.save();

this.apis.every((api) => {
this.apis.forEach((api) => {
const path = this.project.getDirectory(`${this.outApi}${api.packageSuffix}`);
if (path) {
rimraf(path.getPath(), (error) => {
Expand Down

0 comments on commit ac80093

Please sign in to comment.