mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 01:42:47 +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-README.tpl", `${rpath}/README.md`],
|
||||||
["templates/sdk-scheme.tpl", `${rpath}/assets/scheme.html`],
|
["templates/sdk-scheme.tpl", `${rpath}/assets/scheme.html`],
|
||||||
];
|
];
|
||||||
API.VFS.mkdirAll(dirs)
|
API.VFS.mkdirAll(dirs,true)
|
||||||
.then(async () => {
|
.then(async () => {
|
||||||
try {
|
try {
|
||||||
await API.VFS.mktpl(files, this.basedir(), (data) => {
|
await API.VFS.mktpl(files, this.basedir(), (data) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user