1.0.5 • Published 4 years ago

logcatch v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

LogCatch is designed to fill in any time you need to log and throw an error from a Promise catch

Simply import or require it

import LogCatch from "logcatch";

Use as such:

Log as a Warning and throw the error

.catch(LogCatch.Throw)

Log as a Warning and return the error

.catch(LogCatch.Return)

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago