Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 3f22930

Browse files
committed
fix typo
Signed-off-by: 迷渡 <[email protected]>
1 parent c6e167e commit 3f22930

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
@@ -380,7 +380,7 @@ module.exports = function init(
380380
if (isHttpURL(parsedModuleName)) {
381381
d.code = 10002; // RemoteModuleNotExist
382382
d.messageText =
383-
`The remote module "${moduleName}" have not cached locally`;
383+
`The remote module "${moduleName}" has not been cached locally`;
384384
return d;
385385
}
386386

0 commit comments

Comments
 (0)