mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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(){
|
||||
// response and decompression complete, return
|
||||
console.log("Done", arguments);
|
||||
console.log("Finished unarchiving home content set");
|
||||
sendStateUpdate('complete');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue