Added 'log' back to windows cli tooling

This commit is contained in:
bennmapes 2013-07-03 10:52:13 -07:00
parent 79829f6209
commit bf6291020a

View File

@ -529,6 +529,9 @@ else {
case "clean" :
clean();
break;
case "log" :
log();
break;
case "list-devices" :
list_devices();
break;