From 054c18687eb1c61599fd88675751e9538a66f019 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Sun, 23 Feb 2020 23:04:52 +0100 Subject: [PATCH] Add TODO --- tasks/check-for-missing.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/check-for-missing.js b/tasks/check-for-missing.js index 890cdcf..5eba3de 100644 --- a/tasks/check-for-missing.js +++ b/tasks/check-for-missing.js @@ -1,7 +1,8 @@ const gulp = require('gulp'); function checkForUnusedTask(options) { - gulp.task('check-for-unused', async done => { + gulp.task('check-for-missing', async done => { + // TODO done(); }); }