| 1 | async function enviarScript(scriptText){ |
| 2 | const lines = scriptText.split(/[\n\t]+/).map(line => line.trim()).filter(line => line); |
| 3 | main = document.querySelector("#main"), |
| 4 | textarea = main.querySelector(`div[contenteditable="true"]`) |
nothing calls this directly
no test coverage detected