Frontmatter
| id | 4709 |
| title | util.Logger: logError() is not able to properly parse specific scenarios |
| state | Closed |
| labels | bug |
| assignees | Dinkh |
| createdAt | Aug 14, 2023, 1:44 PM |
| updatedAt | Jul 29, 2024, 9:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4709 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 29, 2024, 9:26 PM |
util.Logger: logError() is not able to properly parse specific scenarios
tobiu assigned to @Dinkh on Aug 14, 2023, 1:44 PM

tobiu
Aug 14, 2023, 1:54 PM
to reproduce this one, you can just add the following into any cmp, assuming a view controller exists somewhere:
domListeners: {
click: 'notExistingFn'
}

Dinkh
Jul 29, 2024, 9:26 PM
Tested in portal app, by adding the example. Fixed
Dinkh closed this issue on Jul 29, 2024, 9:26 PM
I added
console.log(args)intologError()to see the given input.