We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd621e8 commit 58a5b1bCopy full SHA for 58a5b1b
src/gtt-sync.js
@@ -34,4 +34,4 @@ tasks.syncInit()
34
Cli.bar(`${Cli.update} Syncing time records...`, tasks.sync.frames.length);
35
return tasks.syncUpdate(Cli.advance)
36
})
37
- .catch(error => Cli.x(error));
+ .catch(error => Cli.x(error));
src/gtt.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-const version = '1.7.18';
+const version = '1.7.19';
4
const program = require('commander');
5
6
program
src/include/tasks.js
@@ -14,7 +14,7 @@ const classes = {
14
};
15
16
const stop_condition = {
17
- term: `"stop" ?: ?false`,
+ term: `"stop" ?: ?false`,
18
flags: "i"
19
20
0 commit comments