未验证 提交 c6e6f8e2 编写于 作者: J Joe Previte

chore: add missing semicolon in channel.ts

上级 38f555e2
......@@ -303,7 +303,7 @@ export class ExtensionEnvironmentChannel implements IServerChannel {
const newPath = extension.extensionLocation.fsPath;
this.log.warn(`${oldPath} has been overridden ${newPath}`);
}
uniqueExtensions.set(id, extension)
uniqueExtensions.set(id, extension);
});
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册