Skip to content
Snippets Groups Projects
Commit c692c16d authored by Pradnya's avatar Pradnya
Browse files

I changed control file

parent 3e223be3
Branches
No related merge requests found
......@@ -18,5 +18,10 @@ Depends:
${misc:Depends}
, nodejs
Description: Detect whether a value is an error
Example : var isError = require("is-error");
.
console.log(isError(new Error('hi'))) // true
.
console.log(isError({ message: 'hi' })) // false
.
Node.js is an event-based server-side JavaScript engine.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment