mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
chore: eslint prefer-template
This commit is contained in:
committed by
Julian Lam
parent
4ee0f1459d
commit
707b55b6a5
@@ -32,6 +32,6 @@ after(function () {
|
||||
console.log('\n\n');
|
||||
|
||||
winstonLogged.forEach(function (args) {
|
||||
console.log(args[0] + ' ' + args[1]);
|
||||
console.log(`${args[0]} ${args[1]}`);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user