mirror of
https://github.com/dbgate/dbgate
synced 2024-11-21 15:28:20 +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 { 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();
|
||||
let size = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user