mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 03:16:40 +00:00
Improve logging
This commit is contained in:
@@ -113,7 +113,7 @@ BookPlugin.prototype.load = function(folder) {
|
||||
that.book.config.set(that.getConfigKey(), config);
|
||||
});
|
||||
|
||||
this.log.info('Loading plugin "' + this.id + '" ...');
|
||||
this.log.info('loading plugin "' + this.id + '" ...');
|
||||
return this.log.info.promise(p);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user