Skip to content

Commit 51be7fb

Browse files
committed
chore: lint fix
1 parent 6cf9fb8 commit 51be7fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/caddy/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { got } from 'got-cjs'
66
import { HttpProxyAgent } from 'http-proxy-agent'
77
import { HttpsProxyAgent } from 'https-proxy-agent'
88
import kill from 'kill-port'
9-
import { chmodRecursive, consola, once } from '../utils'
9+
import { chmodRecursive, consola, once } from '../utils'
1010
import { addHost, removeHost } from '../host'
1111
import { TEMP_DIR, caddyPath, supportList } from './constants'
1212
import { logProgress, logProgressOver, tryPort } from './utils'

0 commit comments

Comments
 (0)