Skip to content

Commit b704de4

Browse files
committed
Fix Log.assert
1 parent 831c722 commit b704de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/GateEngine/GateEngine.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ internal enum Log {
310310
}
311311
}
312312

313+
@_transparent // Must be transparent to inline and function similar to a Swift.assert
313314
@usableFromInline
314315
static func assert(
315316
_ condition: @autoclosure () -> Bool,

0 commit comments

Comments
 (0)