Cleaned up log message.
This commit is contained in:
parent
eee1a69d84
commit
26891f6e47
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ if [ "$firstLine" = "try {" ]; then
|
||||||
awk 'NR > 6 {print}' node_modules/asn1.js-rfc5280/index.js >> node_modules/asn1.js-rfc5280/index.new.js
|
awk 'NR > 6 {print}' node_modules/asn1.js-rfc5280/index.js >> node_modules/asn1.js-rfc5280/index.new.js
|
||||||
rm node_modules/asn1.js-rfc5280/index.js
|
rm node_modules/asn1.js-rfc5280/index.js
|
||||||
mv node_modules/asn1.js-rfc5280/index.new.js node_modules/asn1.js-rfc5280/index.js
|
mv node_modules/asn1.js-rfc5280/index.new.js node_modules/asn1.js-rfc5280/index.js
|
||||||
echo "[log] node_modules/asn1.js-rfc5280/index.js fixed"
|
echo "node_modules/asn1.js-rfc5280/index.js fixed"
|
||||||
fi
|
fi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue