peiga
Results
2
comments of
peiga
I can confirm, any progress on this issue yet?
> > ```ts > > toString() { > > try{ > > return this.isNull() ? "null" : this.method("ToString", 0).invoke().content ?? "null"; > > } > > finally{ > > return...