We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fca752 commit dc36352Copy full SHA for dc36352
src/services/getMetadata.ts
@@ -51,6 +51,8 @@ const getRoot = (args, callback) => {
51
52
const results = allResults.slice(index, index + count);
53
54
+ winston.info(`getRoot allResults.length=${allResults.length}, results.length=${results.length}`);
55
+
56
callback({
57
getMetadataResult: {
58
index,
0 commit comments