Skip to content

Instantly share code, notes, and snippets.

@rubenwardy
Created June 12, 2015 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubenwardy/881744f6c510c42aa6fb to your computer and use it in GitHub Desktop.
Save rubenwardy/881744f6c510c42aa6fb to your computer and use it in GitHub Desktop.
-- init.lua
print("DOFILE FAIL INIT.LUA")
dofile(minetest.get_modpath("dofilefail") .. "/two.lua")
-- two.lua
print("DOFILE FAIL TWO.LUA")
local a = 0
a += 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment