Gildas vor 4 Jahren
Ursprung
Commit
c424c2ad69
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      lib/single-file/processors/lazy/content/content-lazy-loader.js

+ 1 - 1
lib/single-file/processors/lazy/content/content-lazy-loader.js

@@ -195,7 +195,7 @@ async function setAsyncTimeout(type, callback, delay) {
 			timeoutData.pending = false;
 		}
 	} else {
-		setRegularTimeout(type, callback, delay)
+		setRegularTimeout(type, callback, delay);
 	}
 }