mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(index) add ";"
This commit is contained in:
parent
77a680ac37
commit
708b7251b6
1 changed files with 3 additions and 2 deletions
|
|
@ -246,8 +246,9 @@ function CmdProto() {
|
|||
|
||||
this.getCurrentDate = (currentFile) => {
|
||||
const current = currentFile || Cmd.getCurrentFile();
|
||||
const date = DOM.getByDataName('js-date', current)
|
||||
.textContent
|
||||
const date = DOM
|
||||
.getByDataName('js-date', current)
|
||||
.textContent;
|
||||
|
||||
return date;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue