@firestartr/cli 1.45.0-snapshot-15 → 1.45.0-snapshot-16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +3 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -280039,6 +280039,9 @@ async function runRenderer(globalsPath, initializersPath, claimsPath, crsPath, c
|
|
|
280039
280039
|
});
|
|
280040
280040
|
let claimRefsList = [];
|
|
280041
280041
|
if (claimRefs) {
|
|
280042
|
+
claimRefsList = claimRefs.replace(/\s/g, '').split(',');
|
|
280043
|
+
}
|
|
280044
|
+
else if (claimFilesList) {
|
|
280042
280045
|
claimRefsList = resolveClaimFilesList(claimFilesList);
|
|
280043
280046
|
}
|
|
280044
280047
|
try {
|