diff --git a/R/elastic_update.R b/R/elastic_update.R index 3833a18..d9597cc 100644 --- a/R/elastic_update.R +++ b/R/elastic_update.R @@ -31,6 +31,7 @@ elastic_update <- function(x, es_super = 'secret', localhost = T) { appData <- httr:::content(res) if (appData$errors == T){ print("Aborting, errors found during updating") + print(appData) return(appData) } print("updated")