Skip to content

Commit

Permalink
Merge branch 'main' into camera
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeith committed Oct 2, 2020
2 parents bdf3d34 + 5736daa commit 81da1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen-reader/ios/Plugin/ScreenReaderPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ScreenReaderPlugin: CAPPlugin {

@objc func speak(_ call: CAPPluginCall) {
guard let value = call.getString("value") else {
call.error("No value provided")
call.reject("No value provided")
return
}

Expand Down

0 comments on commit 81da1d3

Please sign in to comment.