fixed "duplicate subtree"

This commit is contained in:
zadam
2021-02-14 11:43:31 +01:00
parent f528799fed
commit 08cba1e1ce
6 changed files with 39 additions and 21 deletions

View File

@@ -26,6 +26,8 @@ function init(app) {
},
send: obj => {
event.sender.send('server-response', {
url: arg.url,
method: arg.method,
requestId: arg.requestId,
statusCode: res.statusCode,
headers: respHeaders,
@@ -38,4 +40,4 @@ function init(app) {
});
}
module.exports = init;
module.exports = init;