Closed samuelmaddock closed 5 years ago
Came across this issue running npm run create-api-json in the electron repo.
npm run create-api-json
Instead of the output saying
problem parsing parameters parameterPattern: /<code>((?:...)?\w+?)<\/code>\s*(\(?(?:(?:(?:<a href.*?>)?[a-zA-Z0-9[\]]+(?:<(?:[a-zA-Z[\]]+(?: \| )?)+>)?(?:<\/a>)?(?: \| )?)+)\)?(?:\[])?)(?: - )?([\s\S]*)/m el: [object Object]
It will now say something like
problem parsing parameters parameterPattern: /<code>((?:...)?\w+?)<\/code>\s*(\(?(?:(?:(?:<a href.*?>)?[a-zA-Z0-9[\]]+(?:<(?:[a-zA-Z[\]]+(?: \| )?)+>)?(?:<\/a>)?(?: \| )?)+)\)?(?:\[])?)(?: - )?([\s\S]*)/m Returns Promise<NativeImage> - Resolves with a NativeImage
Nice change 👍
Came across this issue running
npm run create-api-json
in the electron repo.Instead of the output saying
It will now say something like