chore: add missing semicolon in channel.ts
This commit is contained in:
parent
38f555e218
commit
c6e6f8e2b3
@ -303,7 +303,7 @@ export class ExtensionEnvironmentChannel implements IServerChannel {
|
||||
const newPath = extension.extensionLocation.fsPath;
|
||||
this.log.warn(`${oldPath} has been overridden ${newPath}`);
|
||||
}
|
||||
uniqueExtensions.set(id, extension)
|
||||
uniqueExtensions.set(id, extension);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user