Comparing version 34.1.7 to 34.1.8
{ | ||
"name": "respec", | ||
"version": "34.1.7", | ||
"version": "34.1.8", | ||
"license": "W3C", | ||
@@ -5,0 +5,0 @@ "description": "A technical specification pre-processor.", |
@@ -308,3 +308,3 @@ /** | ||
async function stringifyJSHandle(handle) { | ||
return await handle.executionContext().evaluate(obj => { | ||
return await handle.evaluate(obj => { | ||
if (typeof obj === "string") { | ||
@@ -311,0 +311,0 @@ // Old ReSpec versions might report errors as strings. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5699811