Skip to content

Commit

Permalink
Add quotes for strings in visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
benson1029 committed Apr 17, 2024
1 parent 4d18aed commit 4716848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/heap/types/complex/string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ComplexString extends HeapObject {
}

public to_object(): any {
return this.get_string();
return "\"" + this.get_string() + "\"";
}
}

Expand Down

0 comments on commit 4716848

Please sign in to comment.