Skip to content

Commit c9c1442

Browse files
IlyaKhDCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 5eea3f8 commit c9c1442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-internal-package/replace-package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const assert = require('node:assert');
22
const { execFileSync } = require('node:child_process');
3-
const { rmSync, mkdirSync, lstatSync, readlinkSync, realpathSync } = require('node:fs');
3+
const { rmSync, mkdirSync, lstatSync, realpathSync } = require('node:fs');
44
const { join } = require('node:path');
55
const { createRequire } = require('node:module');
66

0 commit comments

Comments
 (0)