diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-09-17 20:58:54 -0700 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-09-17 22:54:39 -0700 |
commit | 7553bcb74f56878b6e434db327f063fa25981258 (patch) | |
tree | e6910d9ed7998797aca099ef02a3f7758463c7fc | |
parent | 419a814f35d662feb128c347115b6a7c16e2cff7 (diff) |
format
-rw-r--r-- | js/stat.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/stat.ts b/js/stat.ts index a3ae553da..b2b18c57c 100644 --- a/js/stat.ts +++ b/js/stat.ts @@ -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(); |