We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df56cb5 commit 734af0fCopy full SHA for 734af0f
plugins/populator/frontend/app.js
@@ -1,6 +1,7 @@
1
var plugin = {},
2
countlyConfig = require("../../../frontend/express/config"),
3
- path = require('path');
+ path = require('path'),
4
+ fs = require('fs');
5
6
(function (plugin) {
7
plugin.init = function(app, countlyDb){
0 commit comments