readFileSync (configLocation); } // If it doesn't exist and is global config, ... readFileSync(path) return json } catch (e) { if (e.code === 'ENOENT') ...
確定! 回上一頁