1.0.5 • Published 2 years ago

error-drawings v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Fun and clear error-messages

npm install error-drawings

Get a picture of what the script does:

npm run test

ECMAScript Modules

Use the error object "e" as parameter in "errorDrawing(e)"

import errorDrawing from "./node_modules/error-drawings/src/errorDrawing";


async function myExample(){
try{
    myfunctionThatWillReturnError()
} catch(e){
    errorDrawing(e)
    }
}

Expected output:

Visual example

We are looking for contributors

Upcoming features:

  • Saving the full error object in a convinient file in an error-folder
  • Outputed tips and tricks of how to solve the error
  • More fun images
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago