Skip to content

Commit

Permalink
jsdoc: artifactsFilename is string
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored and weiwei-lin committed Jan 12, 2017
1 parent 24ba70b commit 5cf6053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/lib/asset-saver.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ img {
/**
* Save entire artifacts object to a single stringified file
* @param {!Artifacts} artifacts
* @param {!artifactsFilename} artifactsFilename
* @param {!string} artifactsFilename
*/
// Set to ignore because testing it would imply testing fs, which isn't strictly necessary.
/* istanbul ignore next */
Expand Down

0 comments on commit 5cf6053

Please sign in to comment.