We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0c163 commit dbb9c81Copy full SHA for dbb9c81
1 file changed
bin/build-index.py
@@ -135,7 +135,7 @@ def create_symlink(shortname, spec_folder):
135
# ------------------------------------------------------------------------------
136
137
138
-bikeshed.constants.setErrorLevel("nothing")
+bikeshed.messages.state.dieOn = "nothing"
139
140
specgroups = defaultdict(list)
141
timestamps = defaultdict(list)
@@ -204,4 +204,4 @@ def create_symlink(shortname, spec_folder):
204
<script>
205
window.location.href = "https://drafts.csswg.org";
206
</script>
207
-""")
+""")
0 commit comments