show 'Downloading..' when downloading data archive
This commit is contained in:
Родитель
ca18402ba1
Коммит
84d65c025b
1
emcc
1
emcc
|
@ -970,6 +970,7 @@ try:
|
|||
};
|
||||
addRunDependency();
|
||||
dataFile.send(null);
|
||||
if (Module['setStatus']) Module['setStatus']('Downloading...');
|
||||
''' % (Compression.compressed_name(data_target), use_decompressed)
|
||||
|
||||
src = open(final).read().replace('// {{PRE_RUN_ADDITIONS}}', code)
|
||||
|
|
Загрузка…
Ссылка в новой задаче