feat: allow no semicolon server:setup scripts
This commit is contained in:
parent
4e10f7d92d
commit
d50b67f3f4
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ function cleanScript(scripts) {
|
|||
|
||||
script = removeComments(script)
|
||||
|
||||
return script.replace(/\n/g, '').replace(/\s+/g, ' ')
|
||||
return script //.replace(/\n/g, '').replace(/\s+/g, ' ')
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue