remove junk logs

这个提交包含在:
AJ ONeal 2019-08-09 02:43:13 -06:00
父节点 3478e86919
当前提交 c067c820cd
共有 2 个文件被更改,包括 1 次插入9 次删除

查看文件

@ -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",

查看文件

@ -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),
[