@milkio/astra 1.0.0-alpha.49 → 1.0.0-alpha.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +1 -0
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -142,6 +142,7 @@ export async function createAstra<AstraOptions extends AstraOptionsInit, Generat
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
const execute = async (path: Parameters<MirrorWorld['execute']>[0], optionsInit?: Parameters<MirrorWorld['execute']>[1]) => {
|
|
145
|
+
console.log('\n[MILKIO]', 'executing..')
|
|
145
146
|
const options = (optionsInit as any) ?? {}
|
|
146
147
|
if (options?.generateParams === true) {
|
|
147
148
|
if (!options?.params) options.params = {}
|