We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59ee83 commit 6e69208Copy full SHA for 6e69208
install.js
@@ -50,7 +50,7 @@ function _downloadFile(url, destPath) {
50
}
51
52
function unzipArchive(archivePath, outputFolder) {
53
- console.log('Started extracting archive', archivePath);
+ debug('Started extracting archive', archivePath);
54
55
return new Promise((resolve, reject) => {
56
extractZip(archivePath, {dir: outputFolder}, error => {
0 commit comments