fix: change const to let
This commit is contained in:
parent
b0a733088a
commit
11bd084933
@ -102,7 +102,7 @@ if (!runner) {
|
|||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
const script = null
|
let script = null
|
||||||
|
|
||||||
switch(action) {
|
switch(action) {
|
||||||
case "install":
|
case "install":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user