mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +00:00
This reverts commit bba2812fdd.
This commit is contained in:
@@ -76,6 +76,10 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
|
||||
lockTimeout(): number {
|
||||
return null;
|
||||
}
|
||||
|
||||
launchUri(uri: string, options?: any): void {
|
||||
if (process.platform === 'linux') {
|
||||
child_process.spawnSync('xdg-open', [uri]);
|
||||
|
||||
Reference in New Issue
Block a user