aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-01-29 12:06:11 -0500
committerMax Isom <[email protected]>2022-01-29 12:06:11 -0500
commit6eb704c5b4f7a92e254f14eab962ac8bc76a081b (patch)
treec39c5ecd3fa31c4c17cf87a2747800660575a56c /src/utils
parentd6c9d4b1128c5cddda74b3a84575388670edf221 (diff)
downloadmuse-6eb704c5b4f7a92e254f14eab962ac8bc76a081b.tar.xz
muse-6eb704c5b4f7a92e254f14eab962ac8bc76a081b.zip
Fix resume playback bug
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/log-banner.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/log-banner.ts b/src/utils/log-banner.ts
index 0ad6466..9cde988 100644
--- a/src/utils/log-banner.ts
+++ b/src/utils/log-banner.ts
@@ -9,6 +9,7 @@ const logBanner = () => {
paypalUser: 'codetheweb',
githubSponsor: 'codetheweb',
madeByPrefix: 'Made with 🎶 by ',
+ buildDate: process.env.BUILD_DATE ? new Date(process.env.BUILD_DATE) : undefined,
}).join('\n'));
console.log('\n');
};