Skip to content

Commit

Permalink
Update error_location in NPM parser
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jan 8, 2024
1 parent 064863c commit 8fb9e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/parsers/npm_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
kind: "manifest",
success: false,
error_message: "package.json: appears to be a lockfile rather than manifest format",
error_location: "parsers/npm.rb:97:in `parse_manifest'",
error_location: "parsers/npm.rb:102:in `parse_manifest'",
})
end

Expand Down

0 comments on commit 8fb9e75

Please sign in to comment.