script-lab icon indicating copy to clipboard operation
script-lab copied to clipboard

console.clear/count is ignored

Open sdudnic opened this issue 3 years ago • 0 comments

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:

  1. Open any excel project and add to you script: console.log("test"); console.clear();console.count(); console.log("test2")

sdudnic avatar Oct 14 '22 14:10 sdudnic