When a bug is found, it's nice to stash away some code that produces the bug, to ensure it doesn't happen again.
@@ -0,0 +1,5 @@
+function lovr.load()
+ lovr.thread.newThread([[
+ print(...)
+ ]]):start(lovr.data.newBlob(1))
+end