This commit is contained in:
Dan Mindru 2020-02-23 23:04:52 +01:00
parent 6955a0b796
commit 054c18687e
1 changed files with 2 additions and 1 deletions

View File

@ -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();
});
}