Add a line at the beginning of the report

This commit is contained in:
yflory 2021-04-21 16:13:32 +02:00
parent 61cc5cab6c
commit 5b091ca753
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ define([
network = _network;
}));
}).nThen(function (waitFor) {
addReport('BEGIN REPORT');
var secret = Hash.getSecrets('drive', hash);
addReport('Load drive. ID: ' + secret.channel);
checkCache(secret.channel, waitFor());