From: Djomanix Date: Thu, 12 Jun 2014 19:47:44 +0000 (-0400) Subject: Updated the example with 'run' method X-Git-Tag: v0.6.6~36^2 X-Git-Url: http://nitlanguage.org Updated the example with 'run' method Signed-off-by: Djomanix --- diff --git a/examples/pnacl/converter/converter.nit b/examples/pnacl/converter/converter.nit index bc07608..907aaa3 100644 --- a/examples/pnacl/converter/converter.nit +++ b/examples/pnacl/converter/converter.nit @@ -126,4 +126,4 @@ end redef fun app do return once new Converter app.initialize # Needed to correctly set up Nit control over the Pepper API -app.check_dictionary # Wait for dictionaries +app.run # Launches an infinite loop in order to check for dictionaries