This commit is contained in:
parent
ba432f8841
commit
ff328e9d56
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
|
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
|
||||||
is_release_beta: ${{steps.step1.outputs.is_release_beta }}
|
is_release_beta: ${{steps.step1.outputs.is_release_beta }}
|
||||||
steps:
|
steps:
|
||||||
- uses: garronej/ts-ci@v1.1.7
|
- uses: garronej/ts-ci@v1.1.8
|
||||||
id: step1
|
id: step1
|
||||||
with:
|
with:
|
||||||
action_name: is_package_json_version_upgraded
|
action_name: is_package_json_version_upgraded
|
||||||
|
@ -273,7 +273,12 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
|
|||||||
|
|
||||||
<#list object as array_item>
|
<#list object as array_item>
|
||||||
|
|
||||||
|
<#local rec_out = "">
|
||||||
|
<#attempt>
|
||||||
<#local rec_out = ftl_object_to_js_code_declaring_an_object(array_item, path + [ i ])>
|
<#local rec_out = ftl_object_to_js_code_declaring_an_object(array_item, path + [ i ])>
|
||||||
|
<#recover>
|
||||||
|
<#return "ABORT: Unable to convert recursive array item in enumerable">
|
||||||
|
</#attempt>
|
||||||
|
|
||||||
<#local i = i + 1>
|
<#local i = i + 1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user