浏览代码

format files

Gildas 3 年之前
父节点
当前提交
24ff31fc43
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .gitignore
  2. 1 1
      src/extension/core/bg/autosave.js

+ 1 - 1
.gitignore

@@ -1,4 +1,4 @@
 /.vscode/
 **/node_modules/
 **/chromedriver.exe
-**/geckodriver.exe
+**/geckodriver.exe

+ 1 - 1
src/extension/core/bg/autosave.js

@@ -229,4 +229,4 @@ function fetch(url, options = {}) {
 		}
 		xhrRequest.send();
 	});
-}
+}