pass package meta to module
This commit is contained in:
parent
f8a976ffca
commit
aa913cd6be
1 changed files with 1 additions and 0 deletions
1
app.js
1
app.js
|
|
@ -124,6 +124,7 @@ function initModule(mod, file, dir) {
|
|||
},
|
||||
const: {
|
||||
args: {},
|
||||
meta: mod.meta,
|
||||
debug: debug,
|
||||
script: script,
|
||||
moddir: dir,
|
||||
|
|
|
|||
Loading…
Reference in a new issue