mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Wrap msg.req/res objects and add deprecated warnings to functions
This commit is contained in:
@@ -272,7 +272,8 @@
|
||||
"missing-path": "missing path",
|
||||
"no-response": "No response object",
|
||||
"json-error": "JSON parse error",
|
||||
"no-url": "No url specified"
|
||||
"no-url": "No url specified",
|
||||
"deprecated-call":"Deprecated call to __method__"
|
||||
},
|
||||
"status": {
|
||||
"requesting": "requesting"
|
||||
|
Reference in New Issue
Block a user