Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaintz committed Sep 23, 2024
1 parent 8f47758 commit 6eb6ab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class SentryFlutterPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
) {
Log.w(
"Sentry",
"Invalid app start data: app not launched in foreground or app start took too long (>60s)"
"Invalid app start data: app not launched in foreground or app start took too long (>60s)",
)
result.success(null)
}
Expand Down

0 comments on commit 6eb6ab6

Please sign in to comment.