You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: methods returned by page.js & userPreferences.js's exported functions are correctly indented like methods returned by browser.js's exported function
Actual: the formers aren't (using => return {}) while the latter is (using => ({}))
What version of documentation.js are you using?:13.2.5
How are you running documentation.js (on the CLI, Node.js API, Grunt, other?): CLI
Thanks
The text was updated successfully, but these errors were encountered:
KaKi87/puppeteer-helpers/mod.js
KaKi87/puppeteer-helpers/DOCUMENTATION.md
page.js
&userPreferences.js
's exported functions are correctly indented like methods returned bybrowser.js
's exported function=> return {}
) while the latter is (using=> ({})
)13.2.5
Thanks
The text was updated successfully, but these errors were encountered: