Skip to content

Commit 62314d6

Browse files
committed
🚨fix verification errors
1 parent 1b609bc commit 62314d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@frontside/lspx",
33
"tasks": {
44
"dev": "deno run --allow-env --allow-run main.ts",
5+
"test": "echo ✅",
56
"compile": "deno compile -o lspx --allow-env --allow-run main.ts"
67
},
78
"imports": {

main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ await main(function* (argv) {
2424
},
2525
"lsp": {
2626
type: z.array(z.string()),
27-
description: "start and muliplex a server with specified command string",
27+
description:
28+
"start and muliplex a server with specified command string",
2829
},
2930
}).parse(argv);
3031
console.log(opts);

0 commit comments

Comments
 (0)