Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/command/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ watch._rebuild = function(options, cwd, init) {
result.options.init = true;
self.logger.info('{{cyan build}} the project when begins to watch...');
} else {
self.logger.info('file "' + cwd + '" changed,', '{{cyan rebuild project...}}');
self.logger.info('file "' + file + '" changed,', '{{cyan rebuild project...}}');
}

// exec cortex.commands.build method
Expand Down