Skip to content

Commit 1928f10

Browse files
committed
Add log for interactiveness
1 parent 26040a4 commit 1928f10

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
@@ -39,6 +39,7 @@ dirs.forEach(function (dir) {
3939
.filter(function (version) { return version })
4040
.map(function (pars) { return { path: pars[0], version: pars[1], prerelease: pars[3], build: pars[5] } })
4141
.map(function (pars) {
42+
console.log('Processing ' + pars.path)
4243
const fileContent = readFile(pars.path)
4344
pars.longVersion = buildVersion(pars)
4445
pars.keccak256 = '0x' + ethUtil.sha3(fileContent).toString('hex')

0 commit comments

Comments
 (0)