Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async close() {
if ( arguments[0] ) console.warn( arguments[0] );
try {
this._target.Quit();
release( this._target );
} catch (error) { console.warn( error ); }
this.emit('close');
}