Skip to content

Commit

Permalink
Merge pull request #4963 from Countly/Cookiezaurs-patch-10
Browse files Browse the repository at this point in the history
Update diagnostic_report.js comment
  • Loading branch information
Cookiezaurs authored Mar 7, 2024
2 parents 0a61bcf + 5e07a0b commit 55ec921
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions bin/scripts/data-reports/diagnostic_report.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/*
Script runs queries to try determining if there are any signs of issues.
/**
* Script runs queries to try to determine if there are any signs of issues.
* Server: countly
* Path: $(countly dir)/bin/scripts/data-reports
* Command: node diagnostic_report.js
*/

*/
var Promise = require("bluebird");
const pluginManager = require('../../../plugins/pluginManager.js');

Expand Down Expand Up @@ -219,4 +222,4 @@ Promise.all([pluginManager.dbConnection("countly")]).then(async function([countl
});
});
});
});
});

0 comments on commit 55ec921

Please sign in to comment.