diff options
| author | Max Isom <[email protected]> | 2022-01-29 12:06:11 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-01-29 12:06:11 -0500 |
| commit | 6eb704c5b4f7a92e254f14eab962ac8bc76a081b (patch) | |
| tree | c39c5ecd3fa31c4c17cf87a2747800660575a56c /src/utils | |
| parent | d6c9d4b1128c5cddda74b3a84575388670edf221 (diff) | |
| download | muse-6eb704c5b4f7a92e254f14eab962ac8bc76a081b.tar.xz muse-6eb704c5b4f7a92e254f14eab962ac8bc76a081b.zip | |
Fix resume playback bug
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/log-banner.ts | 1 |
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'); }; |
