From f12acdb50bd6afae21d8d033548c012d23ec2791 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 8 Sep 2019 01:27:18 +0900 Subject: Update @typescript-eslint/* to v2.1.0 (#2878) --- js/files_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/files_test.ts') diff --git a/js/files_test.ts b/js/files_test.ts index babec1fc2..004cb662b 100644 --- a/js/files_test.ts +++ b/js/files_test.ts @@ -323,7 +323,7 @@ testPerm({ read: true }, async function seekMode(): Promise { // We should still be able to read the file // since it is still open. - let buf = new Uint8Array(1); + const buf = new Uint8Array(1); await file.read(buf); // "H" assertEquals(new TextDecoder().decode(buf), "H"); }); -- cgit v1.2.3