mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
format
This commit is contained in:
parent
2dd9a8d028
commit
0ec629d105
3 changed files with 9 additions and 9 deletions
2
js/os.ts
2
js/os.ts
|
@ -187,7 +187,7 @@ export class FileInfo {
|
|||
this.len = this._msg.len().toFloat64();
|
||||
this.modified = this._msg.modified().toFloat64();
|
||||
this.accessed = this._msg.accessed().toFloat64();
|
||||
this.created = created ? created: null;
|
||||
this.created = created ? created : null;
|
||||
}
|
||||
|
||||
isFile() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue