Explorar el Código

removed unnecessary call to saveTasks

Gildas hace 5 años
padre
commit
d73465c35e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      cli/single-file-cli-api.js

+ 0 - 1
cli/single-file-cli-api.js

@@ -120,7 +120,6 @@ async function runNextTask() {
 		task.promise = capturePage(taskOptions);
 		const pageData = await task.promise;
 		task.status = "processed";
-		saveTasks();
 		if (pageData) {
 			task.filename = pageData.filename;
 			if (options.crawlLinks && testMaxDepth(task)) {