diff --git a/lib/espruinotools.js b/lib/espruinotools.js index 0e8df02cb..245035ce7 100644 --- a/lib/espruinotools.js +++ b/lib/espruinotools.js @@ -6605,6 +6605,8 @@ To add a new serial device, you must add an object to var tokenString = code.substring(tok.startIdx, tok.endIdx); var tokenId = LEX_OPERATOR_START + TOKENS.indexOf(tokenString); if (tokenId