Sorry, but I am trying to figure out why I have to "promisify" getos: ``` import _getOs from 'getos' import util from 'node:util' const getOs = util.promisify(_getOs) ``` Else I got an undefined value. I suspect an async issue.