Bump version to 0.1.6
This commit is contained in:
parent
61da298f87
commit
5b70c61d68
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vvzvlad/node-red-contrib-rn-combined-nodes",
|
"name": "@vvzvlad/node-red-contrib-rn-combined-nodes",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -15,7 +15,7 @@ module.exports = function(RED) {
|
|||||||
if (text === "return_debug") {
|
if (text === "return_debug") {
|
||||||
let debug_tmp = debug
|
let debug_tmp = debug
|
||||||
debug = ""
|
debug = ""
|
||||||
return debug
|
return debug_tmp
|
||||||
}
|
}
|
||||||
debug = debug ? `${debug}, ${text}` : text
|
debug = debug ? `${debug}, ${text}` : text
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user