fix(editor): curb item method linting in single-item mode in CodeNodeEditor linter (#4455)

🐛 Curb item method linting
This commit is contained in:
Iván Ovejero
2022-10-27 12:18:02 +02:00
committed by GitHub
parent f29f812b28
commit b226aed9bb
2 changed files with 9 additions and 6 deletions

View File

@@ -237,7 +237,7 @@
"codeNodeEditor.linter.eachItem.emptyReturn": "Code doesn't return an object. Please return an object representing the output item",
"codeNodeEditor.linter.eachItem.legacyItemAccess": "`item` is not defined. Did you mean `$input.item.json`?",
"codeNodeEditor.linter.eachItem.returnArray": "Code doesn't return an object. Array found instead. Please return an object representing the output item",
"codeNodeEditor.linter.eachItem.unavailableMethod": "is only available in the 'Run Once for All Items' mode.",
"codeNodeEditor.linter.eachItem.unavailableMethod": "Method `$input.{method}()` is only available in the 'Run Once for All Items' mode.",
"codeNodeEditor.linter.bothModes.syntaxError": "Syntax error",
"collectionParameter.choose": "Choose...",
"collectionParameter.noProperties": "No properties",