Skip to content

Commit 2db8f62

Browse files
committed
move back npm.ps1 to npm.cmd (fix #4311)
1 parent f411842 commit 2db8f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/UniGetUI.PackageEngine.Managers.Npm

src/UniGetUI.PackageEngine.Managers.Npm/Npm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ protected override IReadOnlyList<Package> GetInstalledPackages_UnSafe()
189189
}
190190

191191
public override IReadOnlyList<string> FindCandidateExecutableFiles()
192-
=> CoreTools.WhichMultiple("npm.ps1");
192+
=> CoreTools.WhichMultiple("npm.cmd");
193193

194194
protected override void _loadManagerExecutableFile(out bool found, out string path, out string callArguments)
195195
{

0 commit comments

Comments
 (0)