aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome-get-urls-from-tabs-in-windows.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome-get-urls-from-tabs-in-windows.js b/chrome-get-urls-from-tabs-in-windows.js
index 100c784..7d0faad 100644
--- a/chrome-get-urls-from-tabs-in-windows.js
+++ b/chrome-get-urls-from-tabs-in-windows.js
@@ -90,7 +90,7 @@ generate_filename = function(callback) {
+ '-'
+ ('0' + d.getHours()).slice(-2)
+ 'h'
- + d.getMinutes();
+ + ('0' + d.getMinutes()).slice(-2);
var file_extension = '';