Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/9401
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 13, 2024
1 parent 1d3cb20 commit 618cc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/Encoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ public static function run($try = 0)
unlink($lockFile); // Remove the lock file before returning
return false;
}
unlink($lockFile); // Remove the lock file before returning
@unlink($lockFile); // Remove the lock file before returning
return static::run(0);
}
} else {
Expand Down

0 comments on commit 618cc19

Please sign in to comment.