mirror of https://github.com/keeweb/keeweb
progress logging
parent
cbffa3d4ef
commit
affebb1ba4
|
@ -951,6 +951,7 @@ function httpRequest(config, log, onLoad) {
|
|||
function setupIpcHandlers() {
|
||||
const { setupIpcHandlers } = require('./scripts/ipc');
|
||||
setupIpcHandlers();
|
||||
logProgress('setting ipc handlers');
|
||||
}
|
||||
|
||||
function exitAndStartUpdate() {
|
||||
|
|
Loading…
Reference in New Issue