build: fix Codespaces prebuilds with missing comma (#38052)

Add missing comma
This commit is contained in:
Jason Etcovitch 2023-04-20 18:41:54 -04:00 committed by GitHub
parent 0240f6664e
commit cf4c46c8e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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\\\")\",