mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-18 20:11:26 +02:00
refactor: Remove superfluous empty string concatenation
This commit is contained in:
@@ -4,8 +4,6 @@ module.exports = (isCompiled = false) => {
|
|||||||
let buildData = '';
|
let buildData = '';
|
||||||
|
|
||||||
if (git.branch() !== 'master') {
|
if (git.branch() !== 'master') {
|
||||||
buildData += '';
|
|
||||||
|
|
||||||
if (isCompiled) {
|
if (isCompiled) {
|
||||||
buildData += `
|
buildData += `
|
||||||
Build Date: ${(new Date()).toISOString()}
|
Build Date: ${(new Date()).toISOString()}
|
||||||
|
Reference in New Issue
Block a user