From 992cd447bacfaedc9062c649ae8a739571c85949 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 11 May 2021 19:30:17 +0000 Subject: [PATCH] Fix the execution-order of the `Theme`-task --- gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.ts b/gulpfile.ts index 000bdf6..e941cce 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -368,7 +368,7 @@ Library.description = "Builds the TypeScript- and JavaScript-library."; * @returns * The pipeline to execute. */ -export async function Theme(): Promise +export function Theme(): NodeJS.ReadWriteStream { if (settings.Watch) {