Skip to content

Commit

Permalink
typo (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Apr 26, 2016
1 parent 866dbdf commit b912b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/common/logFormatter/performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'use strict';

var EOL = require('os').EOL;

var _ = require('../helper');
var Table = require('cli-table');

Expand Down
2 changes: 1 addition & 1 deletion lib/common/logFormatter/screenshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

'use strict';

module.exports = log => '<img src="' + log + '">';
module.exports = log => `<img src="${log}">`;

0 comments on commit b912b14

Please sign in to comment.