Fix lint.
This commit is contained in:
parent
dbccfd115b
commit
3dff4bf334
|
@ -1,4 +1,3 @@
|
||||||
import { DatabaseImpl } from "../../../src/db"
|
|
||||||
import { execSync } from "child_process"
|
import { execSync } from "child_process"
|
||||||
|
|
||||||
const IPV4_PORT_REGEX = new RegExp(`0\\.0\\.0\\.0:(\\d+)->(\\d+)/tcp`, "g")
|
const IPV4_PORT_REGEX = new RegExp(`0\\.0\\.0\\.0:(\\d+)->(\\d+)/tcp`, "g")
|
||||||
|
|
Loading…
Reference in New Issue