Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

fix incorrectly escaped quotes in vmErrorsOnRPCResponse text #5219

Merged
merged 1 commit into from
Jan 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class ServerScreen extends Component {
<div className="RowItem">
<p>
When transactions fail, throw an error. If disabled,
transaction failures will only be detectable via the &quote;status&quote;
transaction failures will only be detectable via the &quot;status&quot;
flag in the transaction receipt. Disabling this feature will
make Ganache handle transaction failures like other Ethereum
clients.
Expand Down