Browse Source

fix(plugin): remove debugger

charlie 4 years ago
parent
commit
33072a2e18
1 changed files with 0 additions and 1 deletions
  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