Skip to content

Commit

Permalink
fix: remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Nov 27, 2024
1 parent ae314d7 commit 0022aa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runtime/src/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export class VoerkaI18nManager extends LiteEvent<any,VoerkaI18nEvents>{
* @param {*} scope
*/
async register(scope:VoerkaI18nScope){
debugger
const isInit = this._scopes.length===0 && !scope.options.library
this._scopes.push(scope)
if(this._scopes.length===1) this._appScopeId = scope.id
Expand Down

0 comments on commit 0022aa6

Please sign in to comment.