From 2f42af54edb56ee552c0e0e23233b900b8efcaa1 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Fri, 31 Aug 2018 06:32:40 +0300 Subject: [PATCH] fs error fix --- src/background/p2p.js | 1 + 1 file changed, 1 insertion(+) 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 = () => {})