minor bug fix on SDK

This commit is contained in:
lxsang 2021-04-18 23:39:42 +02:00
parent 1568cddafd
commit f8c19e2a4c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -152,7 +152,7 @@ namespace OS {
["templates/sdk-README.tpl", `${rpath}/README.md`],
["templates/sdk-scheme.tpl", `${rpath}/assets/scheme.html`],
];
API.VFS.mkdirAll(dirs)
API.VFS.mkdirAll(dirs,true)
.then(async () => {
try {
await API.VFS.mktpl(files, this.basedir(), (data) => {