We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8612c5b commit 17ecc8dCopy full SHA for 17ecc8d
src/org/deepfake_http/common/servlet/DeepfakeHttpServlet.java
@@ -1165,7 +1165,7 @@ private void reload(boolean activateDirWatchers) throws Throwable {
1165
1166
if (activateDirWatchers) {
1167
for (String dumpFile : dumps) {
1168
- Path path = new File(dumpFile).toPath();
+ Path path = new File(dumpFile).getAbsoluteFile().toPath();
1169
Path dirPath = path.getParent();
1170
Path filePath = path.getFileName();
1171
0 commit comments