Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
docs: fix example in README (#2789)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu <m@matthieuscarset.com>

Co-authored-by: Matthieu <m@matthieuscarset.com>
  • Loading branch information
davidmurdoch and MatthieuScarset committed Apr 4, 2022
1 parent 3086e7f commit 0ceaa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/ganache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const ganache = require("ganache");
const options = {};
const server = ganache.server(options);
const PORT = 8545;
server.listen(PORT, err => {
server.listen(PORT, async err => {
if (err) throw err;

console.log(`ganache listening on port ${PORT}...`);
Expand Down

0 comments on commit 0ceaa85

Please sign in to comment.