forked from rojo-rbx/rojo
Add further logging in verbose mode
This commit is contained in:
@@ -173,6 +173,10 @@ impl Vfs {
|
||||
|
||||
match self.plugin_chain.handle_file_change(&route) {
|
||||
Some(routes) => {
|
||||
if self.config.verbose {
|
||||
println!("Adding changes from plugin: {:?}", routes);
|
||||
}
|
||||
|
||||
for route in routes {
|
||||
self.change_history.push(VfsChange {
|
||||
timestamp,
|
||||
|
||||
Reference in New Issue
Block a user