Efren Yevale
Results
1
issues of
Efren Yevale
The error event is not working, considering the following code: ``` var Vsphere = require('vsphere'); var vc = new Vsphere.Client('myhost', 'myuser', 'mypass', false); vc.once('ready', function() { console.log('vSphere ready'); }); vc.once('error',...