Skip to content

Commit d079504

Browse files
test
1 parent 73fb51b commit d079504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_stores/mesh/polyhedra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function useMeshPolyhedraStyle() {
5555
response_function: () => {
5656
coloring.color = color
5757
console.log(
58-
`${setMeshPolyhedraColor.name} ${id} ${meshPolyhedraColor(id)}`,
58+
`${setMeshPolyhedraColor.name} ${id} ${JSON.stringify(meshPolyhedraColor(id))}`,
5959
)
6060
},
6161
},

0 commit comments

Comments
 (0)