mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
21 lines
532 B
JSON
21 lines
532 B
JSON
{
|
|
"tail": {
|
|
"tail": "tail",
|
|
"label": {
|
|
"filename": "Filename",
|
|
"type": "File type",
|
|
"splitlines": "Split on",
|
|
"name": "Name",
|
|
"regex": "split character or regex"
|
|
},
|
|
"action": {
|
|
"text": "Text - returns String",
|
|
"binary": "Binary - returns Buffer"
|
|
},
|
|
"errors": {
|
|
"windowsnotsupport": "Not currently supported on Windows.",
|
|
"filenotfound": "File not found"
|
|
}
|
|
}
|
|
}
|