implement lock timeout

This commit is contained in:
Kyle Spearrin 2018-06-09 14:50:34 -04:00
parent babaa11f8c
commit 055eae39e7
2 changed files with 5 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit f40451ecc5b891139347c51d804ab314502d98e7
Subproject commit cd3c2ddff1abd66c6318d981a389685dc82cfc0e

View File

@ -85,6 +85,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
return false;
}
lockTimeout(): number {
return null;
}
launchUri(uri: string, options?: any): void {
throw new Error('Not implemented.');
}