arcticfox1919 / LuaDardo

A Lua virtual machine written in Dart
Apache License 2.0
172 stars 32 forks source link

Set LuaState on newStack for callLuaClosure #3

Closed cjng96 closed 3 years ago

cjng96 commented 3 years ago

First of all, Thank you for your Lua library. It saves my time. :-)

I am using the VSCode editor for the Flutter. Because the source file was formatted automatically by VSCode, the first commit only includes changes to the source file format. I think this is the better formated source code. but if you don't want to format the source code, I'll make the a pull-request again.

The second commit set the missing LuaState on the new LuaStack.

Thank you again for your wonderful job. 👍

arcticfox1919 commented 3 years ago

Thank you !