Skip to content

Commit 7761e18

Browse files
committed
Add log for interactiveness
1 parent 2f597c1 commit 7761e18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ fs.readdir(path.join(__dirname, '/bin'), function (err, files) {
3737
.filter(function (version) { return version })
3838
.map(function (pars) { return { path: pars[0], version: pars[1], prerelease: pars[3], build: pars[5] } })
3939
.map(function (pars) {
40+
console.log('Processing ' + pars.path)
4041
const fileContent = readFile(pars.path)
4142
pars.longVersion = buildVersion(pars)
4243
pars.keccak256 = '0x' + ethUtil.sha3(fileContent).toString('hex')

0 commit comments

Comments
 (0)