git-wt-watch
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -131,3 +131,3 @@ #!/usr/bin/env node | ||
const onChangedFiles = files => { | ||
const onChangedFiles = async files => { | ||
console.log('Files just changed:', files); | ||
@@ -134,0 +134,0 @@ |
{ | ||
"name": "git-wt-watch", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Keep two git working trees synchronized", | ||
@@ -5,0 +5,0 @@ "main": "client.js", |
24623