ibctminer
Version:
```js const IntMiner = require('./src'); const Debug = require('./src/log')(); const fs = require('fs'); const COMP = '[SIPC]';
10 lines (9 loc) • 330 B
JavaScript
;
var Proxy = require("./Proxy");
const Debug = require('../../log')();
const COMP = '[Proxy Index]';
process.on("uncaughtException", function (error) {
/* prevent unhandled process errors from stopping the proxy */
Debug.IbctLogErr(COMP, "process error:", error);
});
module.exports = Proxy.default;