Skip to content

Commit

Permalink
fix: improve message again
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Jun 3, 2024
1 parent 6dca6a4 commit 9bfddb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const handler = async ({

if (!shouldStartApp && !shouldStartPlugin) {
throw new Error(
'The requested app/plugin is not configured to start. Check the start script and the configured entrypoints, then try again.'
'The requested app/plugin is not configured to start. Check the flags passed to the start script and the entrypoints configured in d2.config.js, then try again.'
)
}

Expand Down

0 comments on commit 9bfddb1

Please sign in to comment.