Clean up
This commit is contained in:
parent
248eabc462
commit
943ca48aba
|
@ -9,7 +9,7 @@ export async function listen () {
|
||||||
const repl_file = Bun.file(repl_file_path)
|
const repl_file = Bun.file(repl_file_path)
|
||||||
await Bun.write(repl_file, JSON.stringify(repl_info))
|
await Bun.write(repl_file, JSON.stringify(repl_info))
|
||||||
|
|
||||||
console.log(`Ludus REPL listening on ${unix_socket}`)
|
console.log(`Ludus REPL listening on unix://${unix_socket}`)
|
||||||
|
|
||||||
Bun.listen({
|
Bun.listen({
|
||||||
//hostname: "localhost",
|
//hostname: "localhost",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user