mirror of https://git.tuxpa.in/a/code-server.git
chore: fix lint error in channel.ts
This commit is contained in:
parent
4d3d1b844d
commit
1632a19a76
|
@ -907,5 +907,5 @@ function transformIncoming(remoteAuthority: string, uri: UriComponents | undefin
|
|||
}
|
||||
|
||||
function isDefined<T>(t: T | undefined): t is T {
|
||||
return typeof t !== "undefined";
|
||||
return typeof t !== 'undefined';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue