Skip to content

Commit

Permalink
fix: remove fullstop from module path in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nktnet1 committed Oct 10, 2024
1 parent 7d6f64d commit b056220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const esmImport = (modulePath: string, options: Options) => {
} catch (error: any) {
throw new Error(`
Failed to import from:
${modulePath}.
${modulePath}
Options:
${JSON.stringify(options)}
Require error message:
Expand Down

0 comments on commit b056220

Please sign in to comment.