We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c800f commit f9e5b3cCopy full SHA for f9e5b3c
src/parser.ts
@@ -171,7 +171,7 @@ export function useComponentMetaParser (
171
172
components[component.pascalName] = component
173
} catch (e) {
174
- !debug && logger.info(`Could not parse ${component?.pascalName || component?.filePath || 'a component'}!`)
+ debug && logger.info(`Could not parse ${component?.pascalName || component?.filePath || 'a component'}!`)
175
}
176
const endTime = performance.now()
177
if (debug === 2) { logger.success(`${component?.pascalName || component?.filePath || 'a component'} metas parsed in ${(endTime - startTime).toFixed(2)}ms`) }
0 commit comments