From 6cc40b08652d0224111dc5e902210174b5a63cee Mon Sep 17 00:00:00 2001 From: dubiousjim Date: Sat, 14 Mar 2020 22:57:42 -0400 Subject: BREAKING CHANGE FileInfo.len renamed to FileName.size (#4338) --- cli/js/ops/fs/stat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/ops/fs') diff --git a/cli/js/ops/fs/stat.ts b/cli/js/ops/fs/stat.ts index 032cc97ee..20ca3e6b1 100644 --- a/cli/js/ops/fs/stat.ts +++ b/cli/js/ops/fs/stat.ts @@ -5,7 +5,7 @@ import { FileInfo, FileInfoImpl } from "../../file_info.ts"; export interface StatResponse { isFile: boolean; isSymlink: boolean; - len: number; + size: number; modified: number; accessed: number; created: number; -- cgit v1.2.3