aboutsummaryrefslogtreecommitdiff
path: root/crash/crash.html
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-06-05 21:03:47 +0200
committerMinteck <nekostarfan@gmail.com>2021-06-05 21:03:47 +0200
commit4ec6f33be6130705b81f19fdc9e2fe01b4a3e7e2 (patch)
tree5b302015939c129ea7fdffc9560fdd89e2547039 /crash/crash.html
parent97ebd65491420363f74ae9e5e6bf77495a37172f (diff)
downloadkartik-client-4ec6f33be6130705b81f19fdc9e2fe01b4a3e7e2.tar.gz
kartik-client-4ec6f33be6130705b81f19fdc9e2fe01b4a3e7e2.tar.bz2
kartik-client-4ec6f33be6130705b81f19fdc9e2fe01b4a3e7e2.zip
Stats presque fini
Diffstat (limited to 'crash/crash.html')
-rw-r--r--crash/crash.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/crash/crash.html b/crash/crash.html
index 5b922aa..ec4e5ca 100644
--- a/crash/crash.html
+++ b/crash/crash.html
@@ -46,7 +46,7 @@
<p><script>
document.write(lang.crash.report[0]);
if (require('os').platform() === "win32") {
- document.write(require('os').userInfo().homedir + "\\.kartik\\pilot\\crashes");
+ document.write(require('os').userInfo().homedir + "\\.kartik\\crashes");
} else {
document.write(require('os').userInfo().homedir + "/.kartik/crashes");
}