mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
Fix lint errors
This commit is contained in:
@@ -23,6 +23,7 @@ const DEV_MODE = process.env.NODE_ENV !== 'production';
|
||||
let COMMIT_SHA = '';
|
||||
try {
|
||||
COMMIT_SHA = require('child_process')
|
||||
// eslint-disable-next-line sonarjs/no-os-command-from-path
|
||||
.execSync('git describe --always --dirty')
|
||||
.toString()
|
||||
.trim();
|
||||
|
||||
Reference in New Issue
Block a user