Skip to content
代码片段 群组 项目
未验证 提交 cca76eb7 编辑于 作者: Boris Zbarsky's avatar Boris Zbarsky 提交者: GitHub
浏览文件

Default availability to provisional on Darwin. (#1151)

上级 c3ff5263
No related branches found
No related tags found
无相关合并请求
......@@ -695,11 +695,13 @@ async function availability(clusterName, options) {
if (introducedVersions === undefined) {
console.log(
`WARNING: Missing "introduced" entry for: '${clusterName}' '${JSON.stringify(
`WARNING: Missing "introduced" or "provisional" entry for: '${clusterName}' '${JSON.stringify(
options.hash
)}'`
);
introducedVersions = 'future';
// Default to provisinal status until we decide otherwise, so we don't
// accidentally ship things as unconditionally available.
return 'MTR_PROVISIONALLY_AVAILABLE';
}
if (introducedVersions === 'future') {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册