Skip to content

Commit ceefa45

Browse files
committed
Fix #1094
1 parent 3c986f0 commit ceefa45

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/logger.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ module.exports.callbacks = {
143143
logger.unprefixed("info",
144144
messages.scriptTags(bs.options)
145145
);
146+
}
147+
148+
if (type === "snippet") {
146149

147150
logUrls(bs.options.get("urls").filter(function (value, key) {
148151
return key.slice(0, 2) === "ui";

0 commit comments

Comments
 (0)