Skip to content

Commit

Permalink
Fix broken tests.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <devs@wabi.foundation>
  • Loading branch information
furby-tm committed Sep 7, 2024
1 parent 5e0cf58 commit c24e058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sources/Examples/ArResolver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ final class CustomResolver: ArDefaultResolver
{
Msg.logger.info("resolving path: \(path)")

let asset = _Resolve(path)
if !asset.empty()
{
return asset
}
// let asset = _Resolve(path)
// if !asset.empty()
// {
// return asset
// }

return .init()
}
Expand Down

0 comments on commit c24e058

Please sign in to comment.