From 867a1e10df89af65021caa14fc8a56a97be80398 Mon Sep 17 00:00:00 2001 From: xudafeng Date: Sun, 11 Jul 2021 22:35:37 +0800 Subject: [PATCH] fix: lint --- lib/macaca-wd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/macaca-wd.js b/lib/macaca-wd.js index 27429477..26e85b07 100644 --- a/lib/macaca-wd.js +++ b/lib/macaca-wd.js @@ -85,7 +85,7 @@ function saveScreenshot(filepath) {} */ function startMediaRecorder() {} - /** +/** * Record a video for the use case execution process, stop the record in process. * @summary Support: Android iOS Web(WebView) * @param {str} filepath The path to save the screenshot or left blank (will create a file in the system temp dir).