Skip to content

Commit 35597c5

Browse files
committed
Make failed reload error more clear
1 parent 9aea10a commit 35597c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/meilisearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async function reload (ctx) {
153153
} = strapi
154154
if (!autoReload) {
155155
return {
156-
message: 'autoReload is set to false. Please reload server manually.',
156+
message: 'Reload is only possible in develop mode. Please reload server manually.',
157157
title: 'Reload failed',
158158
error: true,
159159
link:

0 commit comments

Comments
 (0)