aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/recipe.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/recipe.js')
-rw-r--r--src/webview/recipe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index 10fdbe606..b2cc55ad3 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -322,7 +322,7 @@ class RecipeController {
322 ); 322 );
323 const darkModeExists = pathExistsSync(darkModeStyle); 323 const darkModeExists = pathExistsSync(darkModeStyle);
324 324
325 debug('darkmode.css exists? ', darkModeExists ? 'Yes' : 'No'); 325 debug('darkmode.css exists? ', darkModeExists);
326 326
327 // Check if recipe has a custom dark mode handler 327 // Check if recipe has a custom dark mode handler
328 if (this.recipe && this.recipe.darkModeHandler) { 328 if (this.recipe && this.recipe.darkModeHandler) {