Commit b23cd47
committed
fix: close missing brace in execute_program OMC_VM if-block (omnimcode-cli)
The if std::env::var("OMC_VM") block in execute_program was missing its
closing brace, causing a parse error that prevented the CLI from compiling.
This was a pre-existing breakage introduced when the VM dispatch path
was added; the closing } was never written.1 parent 7a3fbe3 commit b23cd47
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1072 | 1072 | | |
1073 | 1073 | | |
1074 | 1074 | | |
| 1075 | + | |
1075 | 1076 | | |
1076 | 1077 | | |
1077 | 1078 | | |
| |||
0 commit comments