Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Display the link for users to open in their browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmealing committed Oct 29, 2023
1 parent f0f31a0 commit 72ccde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(defun main (args)
(let ((script-name (escript:script_name)))
(io:format "Running script '~s' with args ~p ...~n" `(,script-name ,args))
(io:format "Visit http://localhost:8888/ in your browser~n")
(io:format "~p~n" `(,(untitled_project:start))))
(timer:sleep 30000000)
)

0 comments on commit 72ccde1

Please sign in to comment.