瀏覽代碼

lint code

Gildas 4 年之前
父節點
當前提交
c424c2ad69
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
 	}
 }