Skip to content

Commit

Permalink
fix: bug fix: wrong PackageIntoType
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Dec 20, 2023
1 parent b6a5212 commit 312f401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const JsonDataCopy: ExpectationWindowsHandler = {

if (isCorePackageInfoAccessorHandle(lookupTarget.handle)) {
const packageInfoSynced = await lookupTarget.handle.findUnUpdatedPackageInfo(
PackageInfoType.DeepScan,
PackageInfoType.JSON,
exp,
{}, // exp.startRequirement.content,
actualSourceVersion,
Expand Down

0 comments on commit 312f401

Please sign in to comment.