Skip to content

Commit 410c09b

Browse files
soulcutterphated
authored andcommitted
Update: Improve "task not found" messaging
1 parent c567e6c commit 410c09b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/versioned/^4.0.0-alpha.1/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ function execute(opts, env) {
6464
});
6565
} catch (err) {
6666
log.error(chalk.red(err.message));
67-
log.error(
68-
'Please check the documentation for proper gulpfile formatting'
69-
);
67+
log.error('To list available tasks, try running: gulp --tasks');
7068
exit(1);
7169
}
7270
});

0 commit comments

Comments
 (0)