From fd5288b33023e8af86af3892806bab6f68d698c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Smyrek?= <56868128+psmyrek@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:01:01 +0200 Subject: [PATCH] Update index.js --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 5217dea..54e75bb 100644 --- a/index.js +++ b/index.js @@ -290,7 +290,6 @@ exports.extract = function (cwd, opts) { // Testing new place in source code of the existing vulnerability. xfs.unlink(name, function () { - // lgtm var srcpath = path.resolve(cwd, header.linkname) xfs.link(srcpath, name, function (err) {