diff --git a/src/background/p2p.js b/src/background/p2p.js index 131415b..32b7d9b 100644 --- a/src/background/p2p.js +++ b/src/background/p2p.js @@ -7,6 +7,7 @@ const os = require('os'); const isPortReachable = require('./isPortReachable') const EventEmitter = require('events'); const _ = require('lodash') +const fs = require('fs') class p2p { constructor(send = () => {})