Fix incomplete render when --mode is used

This commit is contained in:
Stéphan Kochen
2022-10-23 08:58:56 +02:00
parent 2f198930a4
commit c02b964a4c
2 changed files with 36 additions and 25 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const plugin: Plugin<Hooks> = {
opts.persistProject !== false &&
project.configuration.get(`enableNixify`)
) {
await generate(project, opts.cache, opts.report);
await generate(project, opts);
}
},
},