fixed test syntax

This commit is contained in:
lgrignon
2015-12-08 11:09:01 +01:00
parent 737e8319a9
commit 0aa8a6c9f5
+1 -1
View File
@@ -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;
});
}));
});