mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Update src/common/services/InstantiationService.ts
This commit is contained in:
@@ -30,7 +30,7 @@ export class ServiceCollection {
|
||||
|
||||
public forEach(callback: (id: IServiceIdentifier<any>, instance: any) => any): void {
|
||||
for (const [key, value] of this._entries.entries()) {
|
||||
callback(key, value);
|
||||
callback(key, value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user