feat: emit dryRun when GENERATE_AFTER_DATA (#4614)
Signed| @@ -4457,7 +4457,7 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro | ||
| 4457 | 4457 | } |
| 4458 | 4458 | } |
| 4459 | 4459 | |
| 4460 | 4460 | await eventSource.emit(event_types.GENERATE_AFTER_DATA, generate_data, dryRun); |
| 4461 | 4461 | |
| 4462 | 4462 | if (dryRun) { |
| 4463 | 4463 | return Promise.resolve(); |