fix: failing backward compatibility due to invalid logger code
https://github.com/ltdrdata/ComfyUI-Manager/issues/848
This commit is contained in:
@@ -1361,7 +1361,7 @@ app.registerExtension({
|
||||
app.menu?.settingsGroup.element.before(cmGroup.element);
|
||||
}
|
||||
catch(exception) {
|
||||
log.console('ComfyUI is outdated. New style menu based features are disabled.');
|
||||
console.log('ComfyUI is outdated. New style menu based features are disabled.');
|
||||
}
|
||||
|
||||
// old style Manager button
|
||||
|
||||
Reference in New Issue
Block a user