mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
Debug log
This commit is contained in:
@@ -58,5 +58,5 @@ const SRC_BIN_MAP = {
|
||||
const includeDst = path.join(dstDir, 'include');
|
||||
fs.cpSync(includeSrc, includeDst, {recursive: true});
|
||||
|
||||
console.log("Downloaded protoc to", dstDir);
|
||||
console.log("Downloaded protoc to", binDst);
|
||||
})().catch(err => console.log('Script failed:', err));
|
||||
|
||||
Reference in New Issue
Block a user