build: fix Codespaces prebuilds with missing comma (#38052)
Add missing comma
This commit is contained in:
parent
0240f6664e
commit
cf4c46c8e0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if [ ! -f $buildtools/configs/evm.testing.json ]; then
|
||||||
\"electron\": {
|
\"electron\": {
|
||||||
\"origin\": \"https://github.com/electron/electron.git\"
|
\"origin\": \"https://github.com/electron/electron.git\"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
\"gen\": {
|
\"gen\": {
|
||||||
\"args\": [
|
\"args\": [
|
||||||
\"import(\\\"//electron/build/args/testing.gn\\\")\",
|
\"import(\\\"//electron/build/args/testing.gn\\\")\",
|
||||||
|
|
Loading…
Reference in a new issue