Gildas 3 лет назад
Родитель
Сommit
d7adbbbfff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/extension/core/bg/bootstrap.js

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

@@ -25,7 +25,7 @@ import * as config from "./config.js";
 import { autoSaveIsEnabled } from "./autosave-util.js";
 
 export {
-	onMessage	
+	onMessage
 };
 
 async function onMessage(message, sender) {