We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0464413 commit d7ff41dCopy full SHA for d7ff41d
README.md
@@ -107,7 +107,7 @@ waitPort(params)
107
else console.log('The port did not open before the timeout...');
108
})
109
.catch((err) => {
110
- console.err(`An unknown error occured while waiting for the port: ${err}`);
+ console.error(`An unknown error occured while waiting for the port: ${err}`);
111
});
112
```
113
0 commit comments