diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-30 13:54:56 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-30 14:41:55 -0400 |
commit | 0ec629d10555ad617f3ebbafcb3276a9d96a8a86 (patch) | |
tree | 130c26ca2b6c09abc92ac897e1ae599f40f5b956 /js/os.ts | |
parent | 2dd9a8d02886dcf7d988f302d890c35f8b4f7fd7 (diff) |
format
Diffstat (limited to 'js/os.ts')
-rw-r--r-- | js/os.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |