Skip to content

Commit

Permalink
[scripts] suppress errors for existing documents and indexes on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Aug 16, 2017
1 parent 2e4edb9 commit 6354c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/scripts/install_plugins.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
var manager = require('../../plugins/pluginManager.js');
var plugins = manager.getPlugins();
require('../../api/utils/log').setLevel('db:write', 'mute');

if(plugins.length > 0){
//run install files
Expand Down

0 comments on commit 6354c5d

Please sign in to comment.