remove junk logs

Esse commit está contido em:
AJ ONeal 2019-08-09 02:43:13 -06:00
commit c067c820cd
2 arquivos alterados com 1 adições e 9 exclusões

Ver arquivo

@ -1,6 +1,6 @@
{
"name": "@root/pathman",
"version": "0.5.2",
"version": "0.5.3-pre.1",
"description": "A cross-platform PATH manager",
"main": "index.js",
"homepage": "https://git.rootprojects.org/root/pathman/src/branch/master/npm",

Ver arquivo

@ -221,10 +221,6 @@ function winstall(pkgname, name, bindir) {
// because bugs in npm + git bash oddities, of course
// https://npm.community/t/globally-installed-package-does-not-execute-in-git-bash-on-windows/9394
try {
console.log(
'try local path',
path.join(__dirname, dd + '../../.bin', name)
);
fs.writeFileSync(
path.join(__dirname, dd + '../../.bin', name),
[
@ -239,10 +235,6 @@ function winstall(pkgname, name, bindir) {
// ignore
}
try {
console.log(
'try global path',
path.join(__dirname, dd + '../../..', name)
);
fs.writeFileSync(
path.join(__dirname, dd + '../../..', name),
[