This commit is contained in:
henryruhs
2024-02-03 18:05:37 +01:00
parent d65ae2e6bf
commit d9263f9ddc
+1 -1
View File
@@ -1,6 +1,6 @@
function install(kernel)
{
const { platform, arch, gpu } = kernel;
const { platform, gpu } = kernel;
if (platform === 'darwin')
{