Skip to content

Commit f1522fd

Browse files
committed
Improve deprecation message
1 parent 1880c27 commit f1522fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function compile(param?: any, theReporter?: _reporter.Reporter): compile.Compile
2525
"As of gulp-typescript 3.0, .pipe(ts(tsProject, ...)) should be written as .pipe(tsProject(reporter)).");
2626
} else {
2727
utils.deprecate("ts(tsProject) has been deprecated",
28-
"use .pipe(tsProject(reporter)) instead",
28+
"use .pipe(tsProject()) instead",
2929
"As of gulp-typescript 3.0, .pipe(ts(tsProject)) should be written as .pipe(tsProject()).");
3030
}
3131
} else {

0 commit comments

Comments
 (0)