diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-30 02:41:14 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-30 02:41:14 +0000 |
| commit | 3b02770e7f9ec14487493c68ff12ec42e0f2755b (patch) | |
| tree | 45c8d7d8ef4c813634321f280146e8ddad9c333e /lib/init.client.moon | |
| parent | update interp docs (diff) | |
| download | mmm-3b02770e7f9ec14487493c68ff12ec42e0f2755b.tar.gz mmm-3b02770e7f9ec14487493c68ff12ec42e0f2755b.zip | |
reorganize lib
Diffstat (limited to 'lib/init.client.moon')
| -rw-r--r-- | lib/init.client.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.client.moon b/lib/init.client.moon index d39143d..0fbaaf7 100644 --- a/lib/init.client.moon +++ b/lib/init.client.moon @@ -25,7 +25,7 @@ warn = (...) -> contents = [deep_tostring v for v in *{ ... } ] console\warn table.unpack contents -package.path = '/?.shared.moon.lua;/?.client.moon.lua;/?.moon.lua;/?/init.moon.lua;/?.lua;/?/init.lua' +package.path = '/?.client.moon.lua;/?.moon.lua;/?/init.moon.lua;/?.lua;/?/init.lua' -- relative imports relative = do |
