implement lock timeout
This commit is contained in:
parent
babaa11f8c
commit
055eae39e7
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit f40451ecc5b891139347c51d804ab314502d98e7
|
Subproject commit cd3c2ddff1abd66c6318d981a389685dc82cfc0e
|
|
@ -85,6 +85,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lockTimeout(): number {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
launchUri(uri: string, options?: any): void {
|
launchUri(uri: string, options?: any): void {
|
||||||
throw new Error('Not implemented.');
|
throw new Error('Not implemented.');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue