提交 110c864b 编写于 作者: M Martin Aeschlimann

test fix

上级 41c7d378
......@@ -119,7 +119,7 @@ export class WorkspacesMainService extends Disposable implements IWorkspacesMain
const configPathDir = dirname(configPath);
if (!existsSync(configPathDir)) {
const configPathDirDir = dirname(configPath);
const configPathDirDir = dirname(configPathDir);
if (!existsSync(configPathDirDir)) {
mkdirSync(configPathDirDir);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册