fixing upload of pictures
This commit is contained in:
Родитель
3a51232022
Коммит
4032613b07
|
@ -750,14 +750,13 @@ module TDev
|
|||
buf = new Uint8Array(dat);
|
||||
return lzmaDecompressAsync(buf);
|
||||
}).then((strc: string) => {
|
||||
str = strc || Util.fromUTF8Bytes(Util.toArray(buf));
|
||||
var f: Cloud.Workspace;
|
||||
try {
|
||||
str = strc || Util.fromUTF8Bytes(Util.toArray(buf));
|
||||
f = <Cloud.Workspace>JSON.parse(str);
|
||||
f.scripts = (f.scripts || []).filter(f => !!f);
|
||||
}
|
||||
catch (e) {
|
||||
HTML.showErrorNotification(lf("Sorry, this script file is invalid."))
|
||||
return Promise.as(undefined);
|
||||
}
|
||||
|
||||
|
|
|
@ -757,7 +757,6 @@ module TDev.AST.Bytecode
|
|||
}
|
||||
})
|
||||
if (!buf || !(toGo == 0 && ptr == buf.length)) {
|
||||
Util.log("invalid log file");
|
||||
return undefined;
|
||||
}
|
||||
var bufmeta = new Uint8Array(metaLen)
|
||||
|
|
Загрузка…
Ссылка в новой задаче