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