Add ready message to indicate the main loop is up
This commit is contained in:
parent
1e637dabaa
commit
8e02e6e7cc
|
@ -108,6 +108,7 @@ unsafe def main (args: List String): IO Unit := do
|
||||||
errToSorry := false
|
errToSorry := false
|
||||||
})
|
})
|
||||||
let coreM := metaM.run'
|
let coreM := metaM.run'
|
||||||
|
IO.println "ready."
|
||||||
discard <| coreM.toIO coreContext { env := env }
|
discard <| coreM.toIO coreContext { env := env }
|
||||||
catch ex =>
|
catch ex =>
|
||||||
IO.println "Uncaught IO exception"
|
IO.println "Uncaught IO exception"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
namespace Pantograph
|
namespace Pantograph
|
||||||
|
|
||||||
def version := "0.2.4"
|
def version := "0.2.5"
|
||||||
|
|
||||||
end Pantograph
|
end Pantograph
|
||||||
|
|
Loading…
Reference in New Issue