mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-02 01:12:02 +02:00
Fix some error messages not being displayed
This commit is contained in:
@@ -131,7 +131,7 @@ function getFileFromLocalUri(uri)
|
||||
const file = Gio.file_new_for_uri(uri);
|
||||
|
||||
if(!file.query_exists(null)) {
|
||||
debug(`file does not exist: ${file.get_path()}`, 'LEVEL_WARNING');
|
||||
debug(new Error(`file does not exist: ${file.get_path()}`));
|
||||
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user