mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-04-25 16:35:56 +02:00
Fix lint
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
function install(kernel)
|
||||
{
|
||||
const { platform, arch, gpu } = kernel;
|
||||
const { platform, gpu } = kernel;
|
||||
|
||||
if (platform === 'darwin')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user