Add ready message to indicate the main loop is up #14

Merged
aniva merged 2 commits from misc/interaction into dev 2023-10-02 10:14:03 -07:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit fd4d3226a1 - Show all commits

View File

@ -108,6 +108,7 @@ unsafe def main (args: List String): IO Unit := do
errToSorry := false
})
let coreM := metaM.run'
IO.println "ready."
discard <| coreM.toIO coreContext { env := env }
catch ex =>
IO.println "Uncaught IO exception"

View File

@ -1,5 +1,5 @@
namespace Pantograph
def version := "0.2.4"
def version := "0.2.5"
end Pantograph