fix: unbreak channel default

This commit is contained in:
Michael Vines 2019-02-17 10:14:14 -08:00
parent 5e6c97d0c8
commit 6b73d7d17c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ channel=$(
"../package.json"
].find(require("fs").existsSync);
if (!p) throw new Error("Unable to locate solana-web3.js directory");
p["testnetDefaultChannel"]
require(p)["testnetDefaultChannel"]
'
)