Updated the example with 'run' method
authorDjomanix <johan.kayser@viacesi.fr>
Thu, 12 Jun 2014 19:47:44 +0000 (15:47 -0400)
committerDjomanix <johan.kayser@viacesi.fr>
Thu, 12 Jun 2014 19:47:44 +0000 (15:47 -0400)
Signed-off-by: Djomanix <johan.kayser@viacesi.fr>

examples/pnacl/converter/converter.nit

index bc07608..907aaa3 100644 (file)
@@ -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