From d9263f9ddcef47dfca353d6282dc508b4ee677be Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 3 Feb 2024 18:05:37 +0100 Subject: [PATCH] Fix lint --- install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.js b/install.js index b589e3f..e348de7 100644 --- a/install.js +++ b/install.js @@ -1,6 +1,6 @@ function install(kernel) { - const { platform, arch, gpu } = kernel; + const { platform, gpu } = kernel; if (platform === 'darwin') {