Discard actor

This commit is contained in:
Emery Hemingway 2023-06-30 10:35:10 +01:00
parent 1717abb47a
commit bcc1870176
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ proc unixSocketPath: Unix =
if result.path == "": if result.path == "":
result.path = getEnv("XDG_RUNTIME_DIR", "/run/user/1000") / "dataspace" result.path = getEnv("XDG_RUNTIME_DIR", "/run/user/1000") / "dataspace"
bootDataspace("xdg-open") do (root: Ref; turn: var Turn): discard bootDataspace("xdg-open") do (root: Ref; turn: var Turn):
let cap = mint().toPreserve(Ref) let cap = mint().toPreserve(Ref)
connect(turn, unixSocketPath(), cap, publishUri) connect(turn, unixSocketPath(), cap, publishUri)

View File

@ -1,6 +1,6 @@
# Package # Package
version = "20230623" version = "20230630"
author = "Emery" author = "Emery"
description = "A better xdg-open" description = "A better xdg-open"
license = "Unlicense" license = "Unlicense"