From 414bb0728b49ef9521e12103b526dfc56d77a45c Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Sun, 25 Nov 2012 18:11:19 -0500 Subject: [PATCH] update example script --- example/example.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/example.js b/example/example.js index ba89d53..b5dabe0 100755 --- a/example/example.js +++ b/example/example.js @@ -18,5 +18,4 @@ console.dir(lua.getGlobal('global_var')); var code = "print('Hello, Lua')"; lua.doString(code); - -lua.close(); \ No newline at end of file +console.log("Status: " + lua.status());