Better toString() in IntrinsicHtml.
This commit is contained in:
parent
b8e88a3dbe
commit
646edc517c
@ -69,4 +69,9 @@ class IntrinsicHtml extends DelegatingWebViewComponent implements WithHtml {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
String toString() {
|
||||||
|
"IntrinsicHtml(${this.name})"
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user