Skip to content

Commit

Permalink
Log as fatal on unsuccessful run
Browse files Browse the repository at this point in the history
  • Loading branch information
alephnull7 committed Feb 21, 2024
1 parent 7c948d1 commit 3c1bd38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/PACVr.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ PACVr.complete <- function(gbkFile,
rm(read.gbData)
gc()
if (is.null(gbkData)) {
logger::log_fatal('Unsuccessful.')
return(-1)
}

Expand Down

0 comments on commit 3c1bd38

Please sign in to comment.