Implemented message shown when no data type is returned. (#150) #152

Merged
bema merged 4 commits from bema/ref/#150 into master 2023-04-21 09:31:30 +02:00
Collaborator
No description provided.
bema added 1 commit 2023-04-21 09:17:16 +02:00
bema requested review from widlam 2023-04-21 09:17:53 +02:00
bema changed title from Implemented message shown when no data type is returned. (#150) to WIP: Implemented message shown when no data type is returned. (#150) 2023-04-21 09:18:13 +02:00
widlam reviewed 2023-04-21 09:23:41 +02:00
@@ -266,2 +266,4 @@
if (result.type)
document.getElementById("procinfo").innerText += ". Returned: " + result.type;
else
document.getElementById("procinfo").innerText += ". Engine didn't send data type.";
Collaborator
document.getElementById("procinfo").innerText += ". Engine doesn't support return of data types.";
``` document.getElementById("procinfo").innerText += ". Engine doesn't support return of data types."; ```
widlam marked this conversation as resolved
bema added 2 commits 2023-04-21 09:25:10 +02:00
bema added 1 commit 2023-04-21 09:28:18 +02:00
bema changed title from WIP: Implemented message shown when no data type is returned. (#150) to Implemented message shown when no data type is returned. (#150) 2023-04-21 09:28:57 +02:00
widlam approved these changes 2023-04-21 09:30:42 +02:00
bema merged commit 1199e06bef into master 2023-04-21 09:31:30 +02:00
bema deleted branch bema/ref/#150 2023-04-21 09:31:31 +02:00
Sign in to join this conversation.
No description provided.