Bump version to 0.1.6

This commit is contained in:
vvzvlad 2023-10-03 01:31:10 +03:00
parent 61da298f87
commit 5b70c61d68
2 changed files with 2 additions and 2 deletions

View File

@ -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": [

View File

@ -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