Skip to content

Commit e99ec09

Browse files
committed
[docker] Silencing minidump_stackwalk message
1 parent 765c431 commit e99ec09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/crashes/install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ countlyDb.collection('apps').find({}).toArray(function(err, apps) {
3636
}
3737
async.forEach(apps, upgrade, function() {
3838
fs.chmod(path.resolve(__dirname + "/bin/minidump_stackwalk"), 0o744, function(err) {
39-
if (err) {
39+
if (err && !process.env.COUNTLY_CONTAINER) {
4040
console.log(err);
4141
}
4242
console.log("Crash plugin installation finished");

0 commit comments

Comments
 (0)