From c692c16db107e6e7960c8dbfe506462a06ab72c8 Mon Sep 17 00:00:00 2001 From: Pradnya <hullepradnya@gmail.domain> Date: Sun, 8 Jan 2017 11:20:45 +0000 Subject: [PATCH] I changed control file --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 120f2cc..605481e 100644 --- a/debian/control +++ b/debian/control @@ -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. -- GitLab