mirror of
https://github.com/coder/code-server.git
synced 2026-05-27 17:13:49 +02:00
Unlink socket before using (#2181)
See https://stackoverflow.com/a/34881585/4283659 Closes #1538
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user