mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix global leak in localfilesystem
This commit is contained in:
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…
x
Reference in New Issue
Block a user