mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WEB-21106 Cannot change numeric value of Javascript property when stopped in debugger
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ open class OutMessage() {
|
||||
|
||||
fun writeNullableString(name: String, value: CharSequence?) {
|
||||
beginArguments()
|
||||
writer.name(name).value(value!!.toString())
|
||||
writer.name(name).value(value?.toString() ?: null)
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user