Skip to content

Commit

Permalink
FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarrop committed Sep 25, 2024
1 parent f00c943 commit e8829cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/plot_ragtag_paf/plot_ragtag_paf.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env Rscript

options(
show.error.messages = F,
show.error.messages = FALSE,
error = function() {
cat(geterrmessage(), file = stderr())
q("no", 1, F)
q("no", 1, FALSE)
}
)

Expand Down

0 comments on commit e8829cf

Please sign in to comment.