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 df3b9f0 commit a6743a1Copy full SHA for a6743a1
src/commands/tasks.js
@@ -71,7 +71,7 @@ const fetchTask = async key => {
71
process.exit(1);
72
}
73
74
- // in case no key is provided, make the last key as the key
+ // In case no key is provided, fetch the next task
75
if (!key) {
76
key = keys.slice(-1).pop();
77
0 commit comments