Skip to content

Commit

Permalink
Okay to name it facefusion as of local scope
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Apr 9, 2024
1 parent 2bbb1ba commit 1bb08e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path');

module.exports = async kernel =>
{
const hasInstall = await kernel.exists(__dirname, 'facefusion');
const hasInstall = await kernel.exists(__dirname, 'facefusion') && !await kernel.running(__dirname, 'install.js')

Check failure on line 5 in menu.js

View workflow job for this annotation

GitHub Actions / lint

Missing semicolon

Check failure on line 5 in menu.js

View workflow job for this annotation

GitHub Actions / lint

Missing semicolon

let menu = [];

Expand Down

0 comments on commit 1bb08e6

Please sign in to comment.