Skip to content

Commit

Permalink
fix regression from cran fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Aug 28, 2019
1 parent 5d0d16f commit 8135cdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/board_registry.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
board_registry_ensure <- function() {
if (identical(.globals$boards_registered, NULL)) .globals$boards_registered <- list()
if (identical(.globals$boards_registered, NULL)) {
.globals$boards_registered <- list()
board_registry_load()
}
}

board_registry_config <- function() {
Expand Down

0 comments on commit 8135cdf

Please sign in to comment.