aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gen
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-09-05 11:12:56 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commit4a31fb843205ef7b5e4f2c9953f8c6919a1d7ad3 (patch)
tree619cf6c034dfb8d6d0194379995c62358307e190 /docs/gen
parentupdate alv/midi (diff)
downloadalive-4a31fb843205ef7b5e4f2c9953f8c6919a1d7ad3.tar.gz
alive-4a31fb843205ef7b5e4f2c9953f8c6919a1d7ad3.zip
update scm rockspec, Makefile
Diffstat (limited to 'docs/gen')
-rw-r--r--docs/gen/shim.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gen/shim.moon b/docs/gen/shim.moon
index 01a96cc..2a69f52 100644
--- a/docs/gen/shim.moon
+++ b/docs/gen/shim.moon
@@ -4,7 +4,7 @@ export require
require = do
old_require = require
- blacklist = {k, true for k in *{'osc', 'socket', 'system', 'luartmidi'}}
+ blacklist = {k, true for k in *{'oscpack', 'socket', 'system', 'luartmidi'}}
(mod, ...) ->
return {} if blacklist[mod]
old_require mod, ...