We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42e0d8 commit db6b83cCopy full SHA for db6b83c
virtual-programs/programs.folk
@@ -16,8 +16,10 @@ When (non-capturing) /type/ /obj/ has a program {
16
# way of finding the 'authoritative' node on the local
17
# network, or broadcasting out, and getting pages from
18
# there.
19
+ puts stderr "programs: WARNING: Faulting to folk0 to try to get program $obj.folk"
20
exec curl --output "$::env(HOME)/folk-printed-programs/$obj.folk" \
- "http://folk0.local:4273/printed-programs/$obj.folk"
21
+ "http://folk0.local:4273/printed-programs/$obj.folk" &
22
+ # HACK: It won't be reloaded until you redetect the tag.
23
}
24
set fd [open "$::env(HOME)/folk-printed-programs/$obj.folk" r]
25
0 commit comments