Skip to content

Commit d90ab07

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7f3289b commit d90ab07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/webui-press/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ impl StateLoader {
130130

131131
if !value.is_object() {
132132
return Err(Error::Build(
133-
"Global state: state must be a JSON object.".to_string(),
133+
"Global state: state/stateFile must be a JSON object.".to_string(),
134134
));
135135
}
136136

0 commit comments

Comments
 (0)