Gildas il y a 3 ans
Parent
commit
24ff31fc43
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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();
 	});
-}
+}