Skip to content

Commit d04fc72

Browse files
authored
fix: Add await to the code block handling output folders (#381)
1 parent ab59282 commit d04fc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exportJarSteps/GenerateJarExecutor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class GenerateJarExecutor implements IExportJarStepExecutor {
152152
};
153153
stepMetadata.classpaths.push(classpath);
154154
} else {
155-
this.setStepMetadataFromOutputFolder(item.path, stepMetadata);
155+
await this.setStepMetadataFromOutputFolder(item.path, stepMetadata);
156156
}
157157
}
158158
return resolve(true);

0 commit comments

Comments
 (0)