From 2c64b7a69a1e55387fb97b7c3f782d522218afd9 Mon Sep 17 00:00:00 2001 From: Ivan Dimanov Date: Thu, 29 Aug 2024 16:20:51 +0300 Subject: [PATCH] fix: Spacing --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5e16b58..b81c590 100644 --- a/index.js +++ b/index.js @@ -126,7 +126,7 @@ function wkhtmltopdf(input, options, callback) { var timeout if (options.timeout) { - timeout = setTimeout( function () { + timeout = setTimeout(function () { var timeoutError = new Error('Child process terminated due to timeout'); timeoutError.code = '_EXIT_TIMEOUT'; handleError(timeoutError);