Skip to content

Commit f1337e3

Browse files
committed
Fix DAG error message bug
1 parent cddd18f commit f1337e3

File tree

2 files changed

+1923
-1612
lines changed

2 files changed

+1923
-1612
lines changed

R/classicProcess.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ ClassicProcess <- function(jaspResults, dataset = NULL, options) {
14901490
.procResultsFitModel <- function(container, dataset, options, modelOptions) {
14911491
# Check if graph has error message
14921492
if (!.procCheckGraph(container[["graph"]]$object) && jaspBase::isTryError(container[["graph"]]$object)) {
1493-
return(.procEstimationMsg())
1493+
return(jaspBase::.extractErrorMessage(container[["graph"]]$object))
14941494
}
14951495

14961496
# Should model be fitted?

0 commit comments

Comments
 (0)