2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-26 23:03:13 +00:00

TemplateType.Wrapper Removed

This commit is contained in:
2022-09-06 23:29:54 +03:00
parent b04ff2b5a4
commit 3cbfd2eab0
10 changed files with 1376 additions and 506 deletions

View File

@ -47,7 +47,7 @@ else if (cmd == "get-template")
let url = args[0];
console.log(`Getting ${url} ${username} ${password} ${dir}`);
// console.log(`Getting template '${url}' username: '${username ?? ''}' password '${password ?? ''}' dir '${dir ?? ''}'`);
let getTemplate = async () => {
let Esiur = (await import('../src/esiur.js')).default;