Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Mar 17, 2021
1 parent 467a03b commit 8a34e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ if (existsSync(versionFile)) {

const versionEntryFile = join(__dirname, '../packages/version/index.js');
// generate timestamp
writeFileSync(versionEntryFile, `console.log('${Date.now()}');\r\n`);
writeFileSync(versionEntryFile, `console.log('${Date.now()}');\n`);

0 comments on commit 8a34e92

Please sign in to comment.