electron fixes

This commit is contained in:
azivner
2018-04-05 23:17:19 -04:00
parent 98f80998b9
commit e827ddffb9
7 changed files with 37 additions and 31 deletions

View File

@@ -19,6 +19,7 @@ function init(app) {
res.status = function(statusCode) {
res.statusCode = statusCode;
return res;
};
res.send = function(obj) {