(Go Back) Choose State To Move From
" || !message) {
+ return;
+ }
+
+ if (typeof message === "object") {
+ message = JSON.stringify(message);
+ }
+
+ console.log(message);
+ }
+}
(Go Back) Choose State To Move From
" || !message) {
+ return;
+ }
+
+ if (typeof message === "object") {
+ message = JSON.stringify(message);
+ }
+
+ console.log(message);
+ }
+}