Unlink socket before using (#2181)

See https://stackoverflow.com/a/34881585/4283659

Closes #1538
This commit is contained in:
Anmol Sethi
2020-10-09 12:34:52 -04:00
committed by GitHub
parent c6c293d53a
commit 2d1de749f4
2 changed files with 9 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ rules:
eqeqeq: error
import/order:
[error, { alphabetize: { order: "asc" }, groups: [["builtin", "external", "internal"], "parent", "sibling"] }]
no-async-promise-executor: off
settings:
# Does not work with CommonJS unfortunately.