提交 e3fd86bd 编写于 作者: S Sandeep Somavarapu

Fix user data dir

上级 abe71f50
......@@ -56,7 +56,7 @@ export class SpectronApplication {
}
}
if (!userDataDirIsSet) {
chromeDriverArgs.push(`--user-data-dir=${path.join(USER_DIR), new Date().getTime().toString()}`);
chromeDriverArgs.push(`--user-data-dir=${path.join(USER_DIR, new Date().getTime().toString())}`);
}
const repo = process.env.VSCODE_REPOSITORY;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册