build(aio): less verbose boilerplate generator (#16970)

This commit is contained in:
Jesús Rodríguez 2017-05-26 01:43:46 +02:00 committed by Chuck Jazdzewski
parent e10d763446
commit 4c5e28e53a
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ function add() {
installNodeModules();
nodeModulesPaths.map((linkPath) => {
console.log("symlinking " + linkPath + ' -> ' + realPath)
fs.ensureSymlinkSync(realPath, linkPath);
});