Fix issue with isChromeOS initialization.

This commit is contained in:
nathan 2017-09-22 09:02:55 +02:00
parent f303b6cca2
commit 8ca60fce73
1 changed files with 1 additions and 0 deletions

View File

@ -709,6 +709,7 @@ class OSUtil {
return false;
}
isChromeOS = false;
try {
// ps aux | grep chromeos
final ShellExecutor shellVersion = new ShellExecutor();