mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 21:48:27 +00:00
fix snapshots for objects
This commit is contained in:
parent
2bb095d47d
commit
5fd88f9213
@ -86,11 +86,9 @@ export class Hap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
showWhole() {
|
showWhole() {
|
||||||
return `${this.whole == undefined ? '~' : this.whole.show()}: ${this.value}`;
|
return `${this.whole == undefined ? '~' : this.whole.show()}: ${
|
||||||
}
|
typeof this.value === 'object' ? JSON.stringify(this.value) : this.value
|
||||||
|
}`;
|
||||||
showWhole() {
|
|
||||||
return `${this.whole == undefined ? '~' : this.whole.show()}: ${this.value}`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
combineContext(b) {
|
combineContext(b) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user