Skip to content

Commit e342dd1

Browse files
committed
🔊 Remove incorrect "See log above for details", the placement of exception in stdout(err) is not guaranteed
1 parent 0c4e0ea commit e342dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/effectiveconfig/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func CreateEffectiveConfigFiles(
108108
//goland:noinspection GoErrorStringFormat
109109
err = fmt.Errorf("Failed to create effective configuration: %v", err)
110110
}
111-
msg.ErrorMessage("Failed to create effective configuration. See log above for details")
111+
msg.ErrorMessage("Failed to create effective configuration.")
112112
return Files{}, err
113113
}
114114

0 commit comments

Comments
 (0)