Skip to content

Commit 6cac849

Browse files
Notify when skipping hook
1 parent 919aa12 commit 6cac849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/before-prepare.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = function ($logger, $projectData, $usbLiveSyncService) {
44
var liveSync = $usbLiveSyncService.isInitialized;
55
var bundle = $projectData.$options.bundle;
66
if (liveSync || bundle) {
7+
$logger.warn("Hook skipped because either bundling or livesync is in progress.")
78
return;
89
}
910

0 commit comments

Comments
 (0)