Export sendError method

This commit is contained in:
TC
2021-03-24 21:45:59 +01:00
parent 7edca44ed8
commit ddf10f1052

View File

@ -70,3 +70,4 @@ function handle(win) {
}
module.exports = handle;
module.exports.sendError = sendError;