mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
WHAT THE FUCK IS THIS PIECE OF SHIT LINTER
This commit is contained in:
parent
34b7a02602
commit
733c2baa42
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ This function mimics Lua's `dofile` however relative paths are relative to your
|
||||||
You are restricted to loading files in your plugin's directory. You cannot load files with bytecode inside.
|
You are restricted to loading files in your plugin's directory. You cannot load files with bytecode inside.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
execfile("stuff.lua") -- executes Plugins/name/stuff.lua
|
execfile("stuff.lua") -- executes Plugins/name/stuff.lua
|
||||||
execfile("./stuff.lua") -- executes Plugins/name/stuff.lua
|
execfile("./stuff.lua") -- executes Plugins/name/stuff.lua
|
||||||
|
|
Loading…
Reference in a new issue