[TIMOB-18672] Windows: Module generator is using JSValue return type for methods whose return type is void
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-03-10T15:44:18.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | Tooling, Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2015-03-09T22:30:19.000+0000 |
Updated | 2017-03-14T20:09:20.000+0000 |
Description
If a method returns "void" according to the docs, we should declare the method as void as well, not returning JSValue.
Closing ticket as fixed.