diff options
Diffstat (limited to 'src/ffluci/debug.lua')
-rw-r--r-- | src/ffluci/debug.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ffluci/debug.lua b/src/ffluci/debug.lua new file mode 100644 index 0000000000..f1132edcc4 --- /dev/null +++ b/src/ffluci/debug.lua @@ -0,0 +1,2 @@ +module("ffluci.debug", package.seeall) +path = require("ffluci.fs").dirname(debug.getinfo(1, 'S').source:sub(2))
\ No newline at end of file |