mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-01-16 21:28:13 +01:00
refactor: Remove superfluous empty string concatenation
This commit is contained in:
parent
5f0ec9128f
commit
b789e22121
@ -4,8 +4,6 @@ module.exports = (isCompiled = false) => {
|
||||
let buildData = '';
|
||||
|
||||
if (git.branch() !== 'master') {
|
||||
buildData += '';
|
||||
|
||||
if (isCompiled) {
|
||||
buildData += `
|
||||
Build Date: ${(new Date()).toISOString()}
|
||||
|
Loading…
x
Reference in New Issue
Block a user