Skip to content

Commit 67b0399

Browse files
committed
Log script concatenation info in main.ts
1 parent a01e2c6 commit 67b0399

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,7 @@ class JavaScript extends Adapter {
17321732
}
17331733
} else {
17341734
// javascript
1735+
this.log.info(`${obj._id}: concatenating global script...`);
17351736
const sourceCode = obj.common.source;
17361737
this.globalScript += `${sourceCode}\n`;
17371738

0 commit comments

Comments
 (0)