Skip to content

Commit

Permalink
Merge pull request #407 from ZIMkaRU/feature/proxy-enet-error-tester-…
Browse files Browse the repository at this point in the history
…for-import-in-electron-env

Proxy enet error tester for import in electron env
  • Loading branch information
ezewer authored Aug 28, 2024
2 parents 56d1951 + dcc92da commit f6acb7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions workers/loc.api/helpers/api-errors-testers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
'use strict'

/*
* Proxy this error tester for import in the electron env
*/
const {
isENetError
} = require('bfx-report/workers/loc.api/helpers/api-errors-testers')

module.exports = {
isENetError
}

0 comments on commit f6acb7b

Please sign in to comment.