fix: change const to let

This commit is contained in:
Eury Sosa Garcia 2026-01-29 09:21:35 -04:00 committed by GitHub
parent b0a733088a
commit 11bd084933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ if (!runner) {
process.exit(1);
}
const script = null
let script = null
switch(action) {
case "install":