mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 01:15:27 +02:00
fix plugin warnings
This commit is contained in:
@@ -115,7 +115,7 @@ var fs = require('fs'),
|
||||
process.stdout.write('\n');
|
||||
winston.warn('[plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it.');
|
||||
for(var x=0,numPlugins=Plugins.versionWarning.length;x<numPlugins;x++) {
|
||||
process.stdout.write(' * '.yellow + Plugins.versionWarning[x].reset + '\n');
|
||||
process.stdout.write(' * '.yellow + Plugins.versionWarning[x] + '\n');
|
||||
}
|
||||
process.stdout.write('\n');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user