fix(core): update

This commit is contained in:
2021-08-17 12:13:51 +02:00
parent 3d8041fdde
commit 466095ed26
4 changed files with 2123 additions and 341 deletions

View File

@ -27,7 +27,7 @@ export let compileGlobStringObject = async (
cwdArg: string = process.cwd(),
argvArg?: any
) => {
let compiledFiles = [];
let compiledFiles: plugins.smartfile.Smartfile[] = [];
for (const keyArg in globStringObjectArg) {
if (globStringObjectArg[keyArg]) {
console.log(