mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
changing undetected minified JS file warning to info message instead
This commit is contained in:
@@ -255,7 +255,7 @@ var fs = require('fs'),
|
||||
},
|
||||
minFile: function (next) {
|
||||
if (!fs.existsSync(Meta.js.minFile)) {
|
||||
winston.warn('No minified client-side library found');
|
||||
winston.info('No minified client-side library found');
|
||||
return next(null, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user