Skip to content

Commit

Permalink
fix: bin/nextls
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jun 25, 2023
1 parent 9a00e4d commit 2262ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nextls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env elixir

Node.start("next-ls-#{System.system_time()}", :shortnames)
Node.start(:"next-ls-#{System.system_time()}", :shortnames)

System.no_halt(true)

Expand Down

0 comments on commit 2262ad3

Please sign in to comment.