Add TODO
This commit is contained in:
parent
6955a0b796
commit
054c18687e
|
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue