address comments

This commit is contained in:
Eva Ho 2023-07-14 15:49:06 -04:00
parent e41e30f3c6
commit d72911fc59
2 changed files with 1 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -28,9 +28,7 @@ function installCLI(callback: () => void) {
callback && callback()
return
}
console.info(stdout)
console.error(stderr)
callback && callback()
})
}