We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765c431 commit e99ec09Copy full SHA for e99ec09
plugins/crashes/install.js
@@ -36,7 +36,7 @@ countlyDb.collection('apps').find({}).toArray(function(err, apps) {
36
}
37
async.forEach(apps, upgrade, function() {
38
fs.chmod(path.resolve(__dirname + "/bin/minidump_stackwalk"), 0o744, function(err) {
39
- if (err) {
+ if (err && !process.env.COUNTLY_CONTAINER) {
40
console.log(err);
41
42
console.log("Crash plugin installation finished");
0 commit comments