Skip to content

Commit

Permalink
fix: npm typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl committed Nov 13, 2023
1 parent e1bb71a commit 981a645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/helpers/Npm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static string RunCommand(string command, string arguments, int timeoutMi
catch (Win32Exception ex) when (command.Contains("npm"))
{
Console.WriteLine(ex.Message);
throw new NpmNotFoundException($"mpm not found under {command}", ex);
throw new NpmNotFoundException($"npm not found under {command}", ex);
}
}

Expand Down

0 comments on commit 981a645

Please sign in to comment.