mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Update all core nodes to use NODE_RED_HOME rather than relative paths
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
**/
|
||||
|
||||
var RED = require("../../red/red");
|
||||
var RED = require(process.env.NODE_RED_HOME+"/red/red");
|
||||
|
||||
var operators = {
|
||||
'eq':function(a,b) { return a == b; },
|
||||
|
Reference in New Issue
Block a user