aboutsummaryrefslogtreecommitdiff
path: root/crash/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'crash/client.js')
-rw-r--r--crash/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/crash/client.js b/crash/client.js
index d5ea355..e70467f 100644
--- a/crash/client.js
+++ b/crash/client.js
@@ -3,7 +3,7 @@ if (native) {
try {
require('@electron/remote').getCurrentWindow().hide();
} catch (e) {}
- id = new Date().toISOString();
+ id = new Date().toISOString().replaceAll(":", "-");
try {
global.pkg = require('./package.json');