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