mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-01-22 23:28:44 +00:00
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);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user