We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed8ba2 commit 1de4cc2Copy full SHA for 1de4cc2
1 file changed
bin/nextls
@@ -1,4 +1,6 @@
1
-#!/usr/bin/env -S elixir --sname undefined
+#!/usr/bin/env elixir
2
+
3
+Node.start("next-ls-#{System.system_time()}", :shortnames)
4
5
System.no_halt(true)
6
0 commit comments