add options

This commit is contained in:
Kyle Spearrin 2018-01-25 14:32:29 -05:00
parent 8f9cc29661
commit 6508895dcc
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService {
return true;
}
launchUri(uri: string): void {
launchUri(uri: string, options?: any): void {
shell.openExternal(uri);
}