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 flowsFullPath;
|
||||||
var flowsFileBackup;
|
var flowsFileBackup;
|
||||||
var credentialsFile;
|
var credentialsFile;
|
||||||
|
var credentialsFileBackup;
|
||||||
var oldCredentialsFile;
|
var oldCredentialsFile;
|
||||||
var userDir;
|
var userDir;
|
||||||
var libDir;
|
var libDir;
|
||||||
|
|
Loading…
Reference in New Issue