mirror of
https://github.com/dbgate/dbgate
synced 2024-11-21 23:39:46 +00:00
fix
This commit is contained in:
parent
dda52e6067
commit
89ea95ef45
@ -4,7 +4,7 @@ const packageJson = fs.readFileSync('app/package.json', { encoding: 'utf-8' });
|
|||||||
const json = JSON.parse(packageJson);
|
const json = JSON.parse(packageJson);
|
||||||
const { version } = json;
|
const { version } = json;
|
||||||
|
|
||||||
const template = fs.readFileSync('app/dbgate-pad-template.xml');
|
const template = fs.readFileSync('app/dbgate-pad-template.xml', { encoding: 'utf-8' });
|
||||||
|
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
let size = 0;
|
let size = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user