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());