Przeglądaj źródła

display the unhandled message along with the type.

for debugging.
Lucas Stadler 11 lat temu
rodzic
commit
8c7052a331
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      js/babl/index.html

+ 1 - 1
js/babl/index.html

@ -37,7 +37,7 @@
37 37
						displayMessage(msg);
38 38
						break;
39 39
					default:
40
						console.warn("unkown message type: " + msg.type);
40
						console.warn("unkown message type: " + msg.type, msg);
41 41
				}
42 42
			}
43 43