lenght() -> length
This commit is contained in:
parent
59463d3e77
commit
93bf571de0
2
main.js
2
main.js
|
@ -116,7 +116,7 @@ async function main() {
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
if (targetArchitectures.length() != 0) {
|
if (targetArchitectures.length != 0) {
|
||||||
for (targetArchitecture in targetArchitectures) {
|
for (targetArchitecture in targetArchitectures) {
|
||||||
runDockerExecStep(
|
runDockerExecStep(
|
||||||
"Add target architecture: " + targetArchitecture,
|
"Add target architecture: " + targetArchitecture,
|
||||||
|
|
Loading…
Reference in a new issue