mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 07:50:37 +01:00
feat: show best & latest posts on profile
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
};
|
||||
|
||||
process.profile = function (operation, start) {
|
||||
winston.log('%s took %d milliseconds', operation, process.elapsedTimeSince(start));
|
||||
console.log('%s took %d milliseconds', operation, process.elapsedTimeSince(start));
|
||||
};
|
||||
|
||||
process.elapsedTimeSince = function (start) {
|
||||
|
||||
Reference in New Issue
Block a user