mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed test syntax
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}));
|
||||
});
|
||||
Reference in New Issue
Block a user