We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aad07f commit ce8d647Copy full SHA for ce8d647
src/main.ts
@@ -27,7 +27,7 @@ async function run() {
27
if (process.platform !== 'darwin') {
28
if (process.platform === 'linux') {
29
try {
30
- access('/dev/kvm', constants.R_OK | constants.W_OK);
+ accessSync('/dev/kvm', constants.R_OK | constants.W_OK);
31
linuxSupportKVM = true;
32
} catch {
33
console.warn(
0 commit comments