stuff
This commit is contained in:
parent
7a98d48ca1
commit
7ca1d8c822
|
@ -1993,7 +1993,7 @@
|
|||
let foundKeys = [];
|
||||
let singleKey = getKey(instance);
|
||||
if (config.all) return foundKeys;
|
||||
else return singlekey;
|
||||
else return singleKey;
|
||||
function getKey(instance) {
|
||||
depth++;
|
||||
let result = undefined;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue