feat: ✨ add find_artefact bypass
This commit is contained in:
parent
cab5be0441
commit
a49f0ee99c
1 changed files with 4 additions and 0 deletions
|
@ -208,6 +208,10 @@ module Comfpile
|
||||||
@core.craft_artefact(stage, target)
|
@core.craft_artefact(stage, target)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def find_artefact(stage, target)
|
||||||
|
@core.find_artefact(stage, target)
|
||||||
|
end
|
||||||
|
|
||||||
def waitlist_empty?
|
def waitlist_empty?
|
||||||
return true if completed?
|
return true if completed?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue