[TIMOB-27808] Node: console.trace is not a function.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2020-07-27T15:32:54.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 9.1.0 |
| Components | Core |
| Labels | n/a |
| Reporter | Jan Vennemann |
| Assignee | Jan Vennemann |
| Created | 2020-03-13T17:32:46.000+0000 |
| Updated | 2020-07-27T15:32:54.000+0000 |
Description
*Steps to reproduce the behavior*
console.trace('test');
*Actual behavior*
The following error is thrown:
console.trace is not a function. (In 'console.trace('test')', 'console.trace' is undefined)
*Expected behavior*
The message gets printed to the logs with trace log level.
PR: https://github.com/appcelerator/titanium_mobile/pull/11540
FR Passed: Waiting on Jenkins build.
merged to master after cleaning up a bad test assertion change and squash/rebasing commits
*Closing ticket*. Fix verified in SDK version
9.1.0.v20200724110711,9.2.0.v20200724112452and9.3.0.v20200724114100. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/11540