arcticfox1919 / LuaDardo

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

Fix: Platform seperator raises UnsupportedError on web flutter #32

Open Luc-Mcgrady opened 7 months ago

Luc-Mcgrady commented 7 months ago

fixes #28

Just catches the error and uses a fallback /.
Prevents calling ls.openLibs() from crashing the app on web flutter.