From cf4c46c8e0337b3123c7256ddf033ae556731fee Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Thu, 20 Apr 2023 18:41:54 -0400 Subject: [PATCH] build: fix Codespaces prebuilds with missing comma (#38052) Add missing comma --- .devcontainer/on-create-command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/on-create-command.sh b/.devcontainer/on-create-command.sh index ad0910c89c62..ce3fb5ca3ed8 100755 --- a/.devcontainer/on-create-command.sh +++ b/.devcontainer/on-create-command.sh @@ -41,7 +41,7 @@ if [ ! -f $buildtools/configs/evm.testing.json ]; then \"electron\": { \"origin\": \"https://github.com/electron/electron.git\" } - } + }, \"gen\": { \"args\": [ \"import(\\\"//electron/build/args/testing.gn\\\")\",