Skip to content

Commit 523a6ec

Browse files
fix: deprecation message about setup now warning about v4 (#1684)
1 parent 884fac0 commit 523a6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ class Server {
505505
setup: () => {
506506
if (typeof options.setup === 'function') {
507507
this.log.warn(
508-
'The `setup` option is deprecated and will be removed in v3. Please update your config to use `before`'
508+
'The `setup` option is deprecated and will be removed in v4. Please update your config to use `before`'
509509
);
510510

511511
options.setup(app, this);

0 commit comments

Comments
 (0)