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",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
|
@ -15,7 +15,7 @@ module.exports = function(RED) {
|
||||
if (text === "return_debug") {
|
||||
let debug_tmp = debug
|
||||
debug = ""
|
||||
return debug
|
||||
return debug_tmp
|
||||
}
|
||||
debug = debug ? `${debug}, ${text}` : text
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user