fix: export getHypervisor

This commit is contained in:
Alexis Tyler
2021-07-19 14:34:20 +09:30
parent c230209e1e
commit 52a9ade754

View File

@@ -49,7 +49,7 @@ libvirtDirWatcher.on('all', async (event, fileName) => {
}
});
const getHypervisor = async () => {
export const getHypervisor = async () => {
// Return hypervisor if it's already connected
if (hypervisor) {
return hypervisor;