Skip to content

Commit 1de1b2e

Browse files
author
Zordius Chen
committed
output badge json
1 parent 9756b18 commit 1de1b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

badge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ REQ({url: 'https://saucelabs.com/rest/v1/zordius_jpp/jobs?full=:get_full_info',
2525
badge[browsers[D.browser] || D.browser][D.browser_version] = D.passed;
2626
});
2727

28-
require('fs').writeFileSync('badge.png', require('browser-badge')(badge), 'binary');
28+
console.log(JSON.stringify(badge));
2929
});

0 commit comments

Comments
 (0)