This commit is contained in:
Tom Hu 2021-07-07 17:45:00 -07:00
parent 1c3c14b66e
commit 0ef06c1065
No known key found for this signature in database
GPG key ID: F7E832BD316D5603
3 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,6 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Upload coverage to Codecov (demo)
uses: ./
with:

1
dist/index.js vendored
View file

@ -33266,6 +33266,7 @@ try {
("" + err.message));
return;
}
console.log(body);
fs.writeFileSync(filename_1, body);
fs.chmodSync(filename_1, '777');
try {

View file

@ -21,6 +21,7 @@ try {
return;
}
console.log(body);
fs.writeFileSync(filename, body);
fs.chmodSync(filename, '777');