Skip to content

Commit

Permalink
Refactor error message in theme.script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Jun 2, 2024
1 parent 20eee89 commit 5e8b910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Comfy/theme.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ todo:
location.reload();
});
} catch (e) {
setState("Invalid Format!");
setState("Invalid!");
new Promise(resolve => setTimeout(resolve, 2000)).then(() => {
setState(state);
});
Expand Down

0 comments on commit 5e8b910

Please sign in to comment.