Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
KoderKow committed Apr 9, 2024
1 parent 3013504 commit 8809e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/capture-requests.R
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ check_db_path <- function(.dittodb_env) {
if (is.null(.dittodb_env$db_path)) {
rlang::abort(
message = c("Database capture failed",
"*" = "The database connection object was created before calling 'start_db_capturing()'",
"*" = "Please ensure the connection is created after calling 'start_db_capturing()'."
"*" = "The database connection object was created before calling 'start_db_capturing()'",
"*" = "Please ensure the connection is created after calling 'start_db_capturing()'."
),
call = rlang::caller_env()
)
Expand Down

0 comments on commit 8809e87

Please sign in to comment.