mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:56:52 +02:00
update comment for completed untar
This commit is contained in:
parent
8850ebd158
commit
c7d184ad6b
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ function maybeInstallDefaultContentSet(onComplete) {
|
||||||
|
|
||||||
req.pipe(gunzip).pipe(tar.extract(getRootHifiDataDirectory())).on('error', extractError).on('finish', function(){
|
req.pipe(gunzip).pipe(tar.extract(getRootHifiDataDirectory())).on('error', extractError).on('finish', function(){
|
||||||
// response and decompression complete, return
|
// response and decompression complete, return
|
||||||
console.log("Done", arguments);
|
console.log("Finished unarchiving home content set");
|
||||||
sendStateUpdate('complete');
|
sendStateUpdate('complete');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue