mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-25 10:04:40 +00:00
chore: generate
This commit is contained in:
@@ -13,7 +13,11 @@ import { Archive } from "../util/archive"
|
|||||||
|
|
||||||
export namespace LSPServer {
|
export namespace LSPServer {
|
||||||
const log = Log.create({ service: "lsp.server" })
|
const log = Log.create({ service: "lsp.server" })
|
||||||
const pathExists = async (p: string) => fs.stat(p).then(() => true).catch(() => false)
|
const pathExists = async (p: string) =>
|
||||||
|
fs
|
||||||
|
.stat(p)
|
||||||
|
.then(() => true)
|
||||||
|
.catch(() => false)
|
||||||
|
|
||||||
export interface Handle {
|
export interface Handle {
|
||||||
process: ChildProcessWithoutNullStreams
|
process: ChildProcessWithoutNullStreams
|
||||||
|
|||||||
Reference in New Issue
Block a user