Skip to content

Commit

Permalink
Made the error toast red
Browse files Browse the repository at this point in the history
  • Loading branch information
ReddStrider committed May 31, 2023
1 parent d7c080f commit 8d6ce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function loadJSONInput() {
displayToast('JSON loaded', 'Happy commanding!', 'excamation.png');
}
catch (err) {
displayToast('Error in JSON', err, 'excamation.png');
displayToast('Error in JSON', err, 'excamation red.png');
}

}
Expand Down

0 comments on commit 8d6ce6a

Please sign in to comment.