mirror of
https://github.com/bitwarden/cli
synced 2025-12-22 11:13:13 +00:00
main and program are classes
This commit is contained in:
@@ -50,7 +50,9 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||
return Utils.getHostname(uriString);
|
||||
}
|
||||
|
||||
isViewOpen: () => false;
|
||||
isViewOpen() {
|
||||
return false;
|
||||
}
|
||||
|
||||
launchUri(uri: string, options?: any): void { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user