mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
format
This commit is contained in:
parent
419a814f35
commit
7553bcb74f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class FileInfoImpl implements FileInfo {
|
|||
const created = this._msg.created().toFloat64();
|
||||
const hasMode = this._msg.hasMode();
|
||||
const mode = this._msg.mode(); // negative for invalid mode (Windows)
|
||||
|
||||
|
||||
this._isFile = this._msg.isFile();
|
||||
this._isSymlink = this._msg.isSymlink();
|
||||
this.len = this._msg.len().toFloat64();
|
||||
|
|
Loading…
Reference in a new issue