mirror of https://git.tuxpa.in/a/code-server.git
parent
8fc959e256
commit
4a8d11995b
|
@ -9,5 +9,5 @@ export class EnvironmentService extends environment.EnvironmentService {
|
|||
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
environment.EnvironmentService = EnvironmentService;
|
||||
const target = environment as typeof environment;
|
||||
target.EnvironmentService = EnvironmentService;
|
||||
|
|
Loading…
Reference in New Issue