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.
2 parents 7c33ccb + 1e80603 commit fe09dc9Copy full SHA for fe09dc9
package.json
@@ -44,7 +44,7 @@
44
"find-in-files": "^0.4.0",
45
"hash-sum": "^1.0.2",
46
"hashids": "^1.1.1",
47
- "inquirer": "^8.2.6",
+ "inquirer": "^8.2.0",
48
"markdown-pdf": "^10.0.0",
49
"markdown-table": "^1.1.0",
50
"moment": "^2.22.2",
src/gtt-edit.js
@@ -50,7 +50,7 @@ if (!id) {
return {
51
name:
52
` ${frame.id} ${frame.start.clone().format("MMMM Do YYYY HH:mm").green} ${
53
- frame.stop ? "to" + frame.stop.clone().format("HH:mm").green : "(running)"
+ frame.stop ? "to " + frame.stop.clone().format("HH:mm").green : "(running)"
54
}\t${durationText}` +
55
`${column(frame.project, 50).magenta}${issue}${
56
frame.note != null ? frame.note : ""
0 commit comments