(i)
| 247 | }; |
| 248 | |
| 249 | const makeCommandWidget = function (i) { |
| 250 | let html = |
| 251 | '<span data-cmd="' + |
| 252 | i + |
| 253 | '"><button class="skip" data-cmd="' + |
| 254 | i + |
| 255 | '">⤷</button></span>'; |
| 256 | return html; |
| 257 | }; |
| 258 | |
| 259 | const makeConsoleHistoryEntry = function (input, output) { |
| 260 | if (!output) { |