From 0aa8a6c9f51f8c736f44dfcc2413e57356c7cd68 Mon Sep 17 00:00:00 2001 From: lgrignon Date: Tue, 8 Dec 2015 11:09:01 +0100 Subject: [PATCH] fixed test syntax --- gulp-notify/gulp-notify-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp-notify/gulp-notify-tests.ts b/gulp-notify/gulp-notify-tests.ts index 0c434b432..4175d0862 100644 --- a/gulp-notify/gulp-notify-tests.ts +++ b/gulp-notify/gulp-notify-tests.ts @@ -37,5 +37,5 @@ gulp.task('notify3', function() { .pipe(custom("This is a message.")) .on("error", notify.onError((error: Error) => { return "Message to the notifier: " + error.message; - }); + })); }); \ No newline at end of file