Skip to content

Commit

Permalink
fix: error message
Browse files Browse the repository at this point in the history
  • Loading branch information
krocard committed Dec 6, 2023
1 parent d36c14d commit ff1148c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class RNPlayerViewManager(private val context: ReactApplicationContext) : Simple
try {
block()
} catch (e: Exception) {
Log.e(MODULE_NAME, "Error while command", e)
Log.e(MODULE_NAME, "Error while executing command", e)
}
}
}
Expand Down

0 comments on commit ff1148c

Please sign in to comment.