Skip to content

Commit 997dc5c

Browse files
authored
fix: Lsp not executable
1 parent 79c86f9 commit 997dc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copilot/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/node
1+
#!/usr/bin/env node
22

33
global.__rootDirectory = __dirname + '/dist/';
44

0 commit comments

Comments
 (0)