We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c4d45 commit eeed4a2Copy full SHA for eeed4a2
packages/installer/profile.ts
@@ -315,7 +315,7 @@ export class PostProcessingTask extends AbortableTask<void> {
315
if (this.isPaused) {
316
throw PAUSEED
317
}
318
- if (!proc.outputs || await this.isInvalid(proc.outputs)) {
+ if (!proc.outputs || Object.keys(proc.outputs).length === 0 || await this.isInvalid(proc.outputs)) {
319
await this.postProcess(this.minecraft, proc, this.java)
320
321
if (this.isCancelled) {
0 commit comments