mirror of https://github.com/node-red/node-red.git
Fix global leak in localfilesystem
parent
ab831c34f3
commit
31aa3901cc
|
@ -30,6 +30,7 @@ var flowsFile;
|
|||
var flowsFullPath;
|
||||
var flowsFileBackup;
|
||||
var credentialsFile;
|
||||
var credentialsFileBackup;
|
||||
var oldCredentialsFile;
|
||||
var userDir;
|
||||
var libDir;
|
||||
|
|
Loading…
Reference in New Issue