mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore: fix lint issues
This commit is contained in:
parent
36136fe70d
commit
9dea2e79a0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { field } from '@coder/logger';
|
||||
import { release } from "os"
|
||||
import { release } from 'os';
|
||||
import * as fs from 'fs';
|
||||
import * as net from 'net';
|
||||
import * as path from 'path';
|
||||
|
|
|
|||
Loading…
Reference in a new issue