Small change

This commit is contained in:
Federico Cecchetto
2021-06-26 00:42:00 +02:00
parent bdfd37de35
commit 44886c8f9f
4 changed files with 26 additions and 2 deletions

View File

@ -150,7 +150,7 @@ namespace io
array.push(file);
}
return array.get_raw();
return array;
});
gsc::function::add("copyfolder", [](const gsc::function_args& args)

View File

@ -168,7 +168,7 @@ namespace json
array[key] = args[i + 1];
}
return array.get_raw();
return array;
});
gsc::function::add("jsonparse", [](const gsc::function_args& args)