We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84054c commit c2d6b0cCopy full SHA for c2d6b0c
1 file changed
godot-builder/src/godot-builder.ts
@@ -67,4 +67,9 @@ settings.jobs.forEach((job:Job, IDX:number) => {
67
} catch (error) {
68
scriptError(`Failed to run job ${IDX+1} of ${settings.jobs.length}.`)
69
}
70
+
71
+ console.log(`Job ${colors.YELLOW}${IDX+1}${colors.CLEAR} of` +
72
+ `${colors.YELLOW}${settings.jobs.length}${colors.CLEAR} complete!`)
73
})
74
75
+console.log(`${colors.GREEN}All jobs completed successfully!${colors.CLEAR}`)
0 commit comments