feat: add find_artefact bypass

This commit is contained in:
David Bailey 2023-04-14 10:19:46 +02:00
parent cab5be0441
commit a49f0ee99c

View file

@ -208,6 +208,10 @@ module Comfpile
@core.craft_artefact(stage, target)
end
def find_artefact(stage, target)
@core.find_artefact(stage, target)
end
def waitlist_empty?
return true if completed?