bugfix utils

This commit is contained in:
Sebastian Hildebrandt 2018-11-18 11:51:40 +01:00
parent e66f0c9844
commit a46a584f06

View File

@ -31,9 +31,6 @@ const execOptsWin = {
encoding: 'UTF-8'
};
let _cores = 0;
let wmic = '';
function isFunction(functionToCheck) {
let getType = {};
return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';