From 29c447bbed3d657a09b2309098362460e5e681fc Mon Sep 17 00:00:00 2001 From: lgrignon Date: Tue, 8 Dec 2015 11:07:52 +0100 Subject: [PATCH] fixed syntax --- gulp-notify/gulp-notify.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp-notify/gulp-notify.d.ts b/gulp-notify/gulp-notify.d.ts index a1e00514f..34b752065 100644 --- a/gulp-notify/gulp-notify.d.ts +++ b/gulp-notify/gulp-notify.d.ts @@ -88,7 +88,7 @@ declare module "gulp-notify" { /** * The exact same API as using notify(), but where a vinyl File is passed, the error object is passed instead. */ - function onError(callback: (string | (error: Error) => string | GulpNotifyOptions)): NodeJS.ReadWriteStream; + function onError(param: string | (error: Error): string | GulpNotifyOptions): NodeJS.ReadWriteStream; /** * Type: Integer Default: 2