Skip to content

Commit

Permalink
Update packages/core/src/server/environment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jul 1, 2024
1 parent ce3c23a commit 2e50b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/server/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const loadBundle = async <T>(
// An entrypoint should have only one entryChunk, but there may be some boundary cases
if (files.length > 1) {
throw new Error(
`only support load single entryChunk, but got ${files.length}: ${files.join(',')}`,
`only support load single entry chunk, but got ${files.length}: ${files.join(',')}`,
);
}

Expand Down

0 comments on commit 2e50b27

Please sign in to comment.