mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
fixed initScript version.json path
This commit is contained in:
@@ -5,7 +5,7 @@ const config = require('./config');
|
|||||||
let sentry = '';
|
let sentry = '';
|
||||||
if (config.sentry_id) {
|
if (config.sentry_id) {
|
||||||
//eslint-disable-next-line node/no-missing-require
|
//eslint-disable-next-line node/no-missing-require
|
||||||
const version = require('../../dist/version.json');
|
const version = require('../dist/version.json');
|
||||||
sentry = `
|
sentry = `
|
||||||
var RAVEN_CONFIG = {
|
var RAVEN_CONFIG = {
|
||||||
release: '${version.version}',
|
release: '${version.version}',
|
||||||
|
|||||||
Reference in New Issue
Block a user