summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-test_automation_src_electronDriver.ts
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2022-02-06 14:27:59 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2022-02-06 14:29:36 +0900
commit26a0655f78fbc7608fec20726c299d04908c0253 (patch)
treedfc2cc5021ec3f8cfa65cb2332ca87d4e3d291b1 /editors/vscode/files/patch-test_automation_src_electronDriver.ts
parentjava/openjdk15: Update to 15.0.6 GA (diff)
editors/vscode: update to 1.64.0
Changelog: https://code.visualstudio.com/updates/v1_64
Diffstat (limited to 'editors/vscode/files/patch-test_automation_src_electronDriver.ts')
-rw-r--r--editors/vscode/files/patch-test_automation_src_electronDriver.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vscode/files/patch-test_automation_src_electronDriver.ts b/editors/vscode/files/patch-test_automation_src_electronDriver.ts
index df804e61123d..f280e310cfed 100644
--- a/editors/vscode/files/patch-test_automation_src_electronDriver.ts
+++ b/editors/vscode/files/patch-test_automation_src_electronDriver.ts
@@ -1,6 +1,6 @@
---- test/automation/src/electronDriver.ts.orig 2021-12-09 06:41:16 UTC
+--- test/automation/src/electronDriver.ts.orig 2022-02-02 16:57:24 UTC
+++ test/automation/src/electronDriver.ts
-@@ -39,7 +39,7 @@ export async function launch(codePath: string | undefi
+@@ -42,7 +42,7 @@ export async function launch(options: LaunchOptions):
'--driver', driverIPCHandle
];
@@ -9,7 +9,7 @@
args.push('--disable-gpu'); // Linux has trouble in VMs to render properly with GPU enabled
}
-@@ -148,7 +148,7 @@ function getDevElectronPath(): string {
+@@ -157,7 +157,7 @@ function getDevElectronPath(): string {
switch (process.platform) {
case 'darwin':
return path.join(buildPath, 'electron', `${product.nameLong}.app`, 'Contents', 'MacOS', 'Electron');
@@ -18,7 +18,7 @@
return path.join(buildPath, 'electron', `${product.applicationName}`);
case 'win32':
return path.join(buildPath, 'electron', `${product.nameShort}.exe`);
-@@ -161,7 +161,7 @@ function getBuildElectronPath(root: string): string {
+@@ -170,7 +170,7 @@ function getBuildElectronPath(root: string): string {
switch (process.platform) {
case 'darwin':
return path.join(root, 'Contents', 'MacOS', 'Electron');