mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix camel case of flowFile
This commit is contained in:
@@ -29,7 +29,7 @@ function createServer(_server,settings) {
|
||||
server = _server;
|
||||
app = createUI(settings);
|
||||
|
||||
flowfile = settings.flowfile || 'flows_'+require('os').hostname()+'.json';
|
||||
flowfile = settings.flowFile || 'flows_'+require('os').hostname()+'.json';
|
||||
|
||||
//TODO: relocated user dir
|
||||
fs.exists("lib/",function(exists) {
|
||||
|
Reference in New Issue
Block a user