mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-06-04 01:17:59 +02:00
Prevent bluescreen
This commit is contained in:
+9
-2
@@ -97,12 +97,19 @@ module.exports = async kernel =>
|
||||
method: 'shell.run',
|
||||
params:
|
||||
{
|
||||
message: install(kernel) + ' || exit 0',
|
||||
message: install(kernel),
|
||||
path: 'facefusion',
|
||||
conda:
|
||||
{
|
||||
path: path.resolve(__dirname, '.env')
|
||||
}
|
||||
},
|
||||
on:
|
||||
[
|
||||
{
|
||||
event: '/error:/i',
|
||||
break: false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user