Feat: make sure that the prelude is evaluated on startup

This commit is contained in:
2026-02-28 20:30:23 +01:00
parent 651ed1219d
commit cb7fcdb74a

View File

@@ -238,6 +238,7 @@ pub fn init(args: InitArgs) -> Init {
} }
}; };
app.evaluate_prelude(&link);
app.mark_all_patterns_dirty(); app.mark_all_patterns_dirty();
Init { Init {