update index.html

Former-commit-id: f9279f494f
Former-commit-id: 764f7dcb8f441bb8ee0fcebccae33d6608da21ca
This commit is contained in:
idk
2022-09-06 23:54:11 -04:00
parent e2a6f3d37e
commit 142b8758ad
3 changed files with 34 additions and 33 deletions

View File

@ -514,10 +514,10 @@ public class I2PFirefox extends I2PCommonBrowser {
if (!hev)
hp.destroy();
} catch (InterruptedException e) {
println("Headless browser error "+e.toString());
println("Headless browser error " + e.toString());
}
} catch (IOException e) {
println("Headless browser error "+e.toString());
println("Headless browser error " + e.toString());
}
}
}