[TIMOB-17492] Code Processor: console.log throws an error
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T19:46:47.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Code Processor |
Labels | qe-3.3.0 |
Reporter | Visalakshi Chidambaram |
Assignee | Praveen Innamuri |
Created | 2014-08-12T10:07:23.000+0000 |
Updated | 2017-03-20T17:32:10.000+0000 |
Description
When console.log is used in an app, the app runs on both device and emulator. However, running the code analyzer for this app would show an error.
Steps to reproduce:
1. Create a sample classic app
2. Include the following code:
console.log("hello!");
3. Project Context Menu > Code Analysis > choose a platform
Actual result of the code analyzer shows:
Errors : "console" is not defined
and a red cross appears on the editor of the app.js indicating it as a syntax error.
Expected result:
No error should be shown
Attachments
Code processor is dead.
Closing ticket as code processor is no longer supported.