Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Sep 13, 2023
2 parents d297991 + bf44a98 commit 41404b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion builds/respec-aom.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-dini.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-geonovum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-w3c.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "respec",
"version": "34.1.7",
"version": "34.1.8",
"license": "W3C",
"description": "A technical specification pre-processor.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion tools/respecDocWriter.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ async function evaluateHTML(version, timer) {
function handleConsoleMessages(page, onError, onWarning) {
/** @param {import('puppeteer').JSHandle<any>} handle */
async function stringifyJSHandle(handle) {
return await handle.executionContext().evaluate(obj => {
return await handle.evaluate(obj => {
if (typeof obj === "string") {
// Old ReSpec versions might report errors as strings.
return JSON.stringify({ message: String(obj) });
Expand Down

0 comments on commit 41404b4

Please sign in to comment.