progress logging

pull/1705/head
antelle 2021-01-10 17:16:21 +01:00
parent cbffa3d4ef
commit affebb1ba4
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -951,6 +951,7 @@ function httpRequest(config, log, onLoad) {
function setupIpcHandlers() {
const { setupIpcHandlers } = require('./scripts/ipc');
setupIpcHandlers();
logProgress('setting ipc handlers');
}
function exitAndStartUpdate() {