script-lab
script-lab copied to clipboard
console.clear/count is ignored
Bug Report
- Host: EXCEL
- OS: Windows 10
- Browser: -
- Environment: prod
Expected behavior:
-
console.clear()command should clear the console (ScriptLab console under "Last updated...") -
console.count()command should display the log counter
Actual behavior:
-
console.clear()command is ignored -
console.count()command is ignored
Steps to Reproduce:
- Open any excel project and add to you script:
console.log("test"); console.clear();console.count(); console.log("test2")