charlie 4 лет назад
Родитель
Сommit
33072a2e18
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      libs/src/LSPlugin.caller.ts

+ 0 - 1
libs/src/LSPlugin.caller.ts

@@ -77,7 +77,6 @@ class LSPluginCaller extends EventEmitter {
       },
 
       [LSPMSG_BEFORE_UNLOAD]: async (e) => {
-        debugger
         const actor = deferred(10 * 1000)
         caller.emit('beforeunload', Object.assign({ actor }, e))
         await actor.promise