From d2e6c97d45681eb498e4453007b9eb9027efe062 Mon Sep 17 00:00:00 2001 From: junow Date: Fri, 14 Feb 2020 15:54:41 +0900 Subject: [PATCH] feature: make directory in the path before screenshot --- src/platform.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform.ts b/src/platform.ts index 7015b89519..141af92a2b 100644 --- a/src/platform.ts +++ b/src/platform.ts @@ -189,6 +189,7 @@ export async function readFileAsync(file: string, encoding: string): Promise