[AC-2648] CodeProcessor: TypeError: Cannot read property 'value' of undefined
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-11-30T01:31:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI |
Labels | n/a |
Reporter | Hannes Becker |
Assignee | Mauro Parra-Miranda |
Created | 2012-11-29T00:35:55.000+0000 |
Updated | 2016-03-08T07:41:44.000+0000 |
Description
Error while running titanium-code-processor:
/usr/local/lib/node_modules/titanium-code-processor/lib/CodeProcessor.js:273
Runtime._exception._lookupProperty('message').value.value, {
^
TypeError: Cannot read property 'value' of undefined
at Object.process (/usr/local/lib/node_modules/titanium-code-processor/lib/CodeProcessor.js:273:52)
at /usr/local/lib/node_modules/titanium-code-processor/bin/codeprocessor:321:30
at async.parallel (/usr/local/lib/node_modules/titanium-code-processor/node_modules/async/lib/async.js:476:17)
at async.forEach (/usr/local/lib/node_modules/titanium-code-processor/node_modules/async/lib/async.js:94:25)
at async.parallel (/usr/local/lib/node_modules/titanium-code-processor/node_modules/async/lib/async.js:473:21)
at async.series.tasks.project (/usr/local/lib/node_modules/titanium-code-processor/bin/codeprocessor:226:8)
at ChildProcess.exithandler (child_process.js:538:7)
at ChildProcess.EventEmitter.emit (events.js:99:17)
at maybeClose (child_process.js:638:16)
at Socket.ChildProcess.spawn.stdin (child_process.js:815:11)
This bug has been fixed in TIMOB-11549
DUP issue.