Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
robpc committed Jun 24, 2020
1 parent da1acb2 commit 7aa529d
Show file tree
Hide file tree
Showing 4 changed files with 1,721 additions and 1,365 deletions.
96 changes: 81 additions & 15 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test('test runs', () => {
const ip = path.join(__dirname, 'index.js');
console.log(cp.execSync(`node ${ip}`, { env, stdio: 'inherit' }).toString());
} catch(err) {
console.log(err.error);
console.log(err.error, err);
throw err;
}
})
Loading

0 comments on commit 7aa529d

Please sign in to comment.