fs error fix
This commit is contained in:
parent
3e6ac4c00d
commit
2f42af54ed
@ -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 = () => {})
|
||||||
|
Loading…
Reference in New Issue
Block a user