Skip to content

Commit

Permalink
chore: improve API of FuegoBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 9, 2024
1 parent 4ab5c5e commit 36a4700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FuegoOnAppleSilicon/SwiftBridge/FuegoBridge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public actor FuegoBridge {
self.cookie = nil
}

@discardableResult
public func submitCommand(_ command: String) throws -> String? {
guard let cookie else {
throw FuegoBridgeError.notStarted
Expand Down

0 comments on commit 36a4700

Please sign in to comment.