fs error fix

This commit is contained in:
Alexey Kasyanchuk 2018-08-31 06:32:40 +03:00
parent 3e6ac4c00d
commit 2f42af54ed

View File

@ -7,6 +7,7 @@ const os = require('os');
const isPortReachable = require('./isPortReachable') const isPortReachable = require('./isPortReachable')
const EventEmitter = require('events'); const EventEmitter = require('events');
const _ = require('lodash') const _ = require('lodash')
const fs = require('fs')
class p2p { class p2p {
constructor(send = () => {}) constructor(send = () => {})