From d245ff47fe37d9c3332ce6a836f866f5a543f79e Mon Sep 17 00:00:00 2001 From: Djomanix Date: Thu, 12 Jun 2014 15:47:44 -0400 Subject: [PATCH] Updated the example with 'run' method Signed-off-by: Djomanix --- examples/pnacl/converter/converter.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5