mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added missing return into task load helper
This commit is contained in:
@@ -92,7 +92,7 @@ gulp.src = (...glob) => {
|
|||||||
* Helper function to load a task
|
* Helper function to load a task
|
||||||
*/
|
*/
|
||||||
const load = task => {
|
const load = task => {
|
||||||
require(`./${config.lib}/tasks/${task}`)(gulp, config, args)
|
return require(`./${config.lib}/tasks/${task}`)(gulp, config, args)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------------
|
/* ----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user