mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-20 17:22:46 +01:00
minor bug fix on SDK
This commit is contained in:
parent
1568cddafd
commit
f8c19e2a4c
Binary file not shown.
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user