Skip to content

Commit c28f102

Browse files
authored
Fix logging error (#17)
1 parent 46c21c8 commit c28f102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ for (const file of input) {
202202
}
203203
writeCachedHash(pvmSourceMarkerFile, sourceHash)
204204
} else if (!solcOnly) {
205-
logger.logger.debug(
205+
logger.debug(
206206
`⏭️ Skipping PVM compilation for ${file.name} (unchanged)`
207207
)
208208
}

0 commit comments

Comments
 (0)