@todesktop/runtime
Advanced tools
Comparing version 0.4.0 to 0.4.1-0
@@ -106,5 +106,5 @@ "use strict"; | ||
// This timeout it based on testing, it might need to change / become event-based | ||
["darwin", "win32"].includes(process.platform) ? 100 : 10); | ||
["darwin", "win32"].includes(process.platform) ? 100 : 0); | ||
}); | ||
} | ||
}); |
@@ -7,3 +7,3 @@ { | ||
"name": "@todesktop/runtime", | ||
"version": "0.4.0", | ||
"version": "0.4.1-0", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "author": "Adam Lynch <contact@adamlynch.com> (http://adamlynch.com/)", |
57223