update
This commit is contained in:
parent
3957b81b9c
commit
af97c09aea
2
manifest
2
manifest
|
@ -66,7 +66,7 @@ module.exports = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
executable: true,
|
executable: true,
|
||||||
execute: async ({ manifest }) => {
|
execute: async (manifest) => {
|
||||||
console.log(manifest)
|
console.log(manifest)
|
||||||
|
|
||||||
const auth = await manifest.libraries.mcl.auth((manifest.storaged_configs?.username ?? defaultConfig.username))
|
const auth = await manifest.libraries.mcl.auth((manifest.storaged_configs?.username ?? defaultConfig.username))
|
||||||
|
|
Loading…
Reference in New Issue