[ALOY-553] fix paths.Resources error in "alloy new"
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-03-12T16:10:30.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.1.0, 2013 Sprint 06 |
Components | Titanium SDK |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2013-03-12T15:34:17.000+0000 |
Updated | 2018-03-07T22:26:10.000+0000 |
Description
In node.js 0.10.0 the path.join() function requires strings for all params and won't gracefully handle undefined or null values anymore.
throw new TypeError('Arguments to path.join must be strings');
No comments