Skip to content

Commit 7249907

Browse files
author
Franck Freiburger
committed
wip(core): update error message
1 parent d87b7b1 commit 7249907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function defaultGetResource(pathCx : PathContext, options : Options) : Resource
9999

100100
if ( !res ) {
101101

102-
log?.('error', `There is no module avaialable such as "${ path }"`);
102+
log?.('error', `There is no file avaialable such as "${ path }"`);
103103
}
104104

105105
return {

0 commit comments

Comments
 (0)