Add a line at the beginning of the report

pull/1/head
yflory 4 years ago
parent 61cc5cab6c
commit 5b091ca753

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

Loading…
Cancel
Save