update README, remove un necessary instructions
This commit is contained in:
@@ -351,7 +351,7 @@ class WakaTimeCore {
|
||||
|
||||
getOperatingSystem(): Promise<string> {
|
||||
return new Promise((resolve) => {
|
||||
chrome.runtime.getPlatformInfo(function(info) {
|
||||
chrome.runtime.getPlatformInfo(function (info) {
|
||||
resolve(`${info.os}_${info.arch}`);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user