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

Commit 61ecf59

Browse files
author
Face Kapow
committed
Fix error message in __loader
1 parent ddaba0c commit 61ecf59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/__loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
if (typeof parsed.runtime === 'string') {
8080
return parsed.runtime;
8181
}
82-
throwError(new Error(`package.json '${packageJsonFile}' runtime (or runtime.main) field value is invalid`));
82+
throwError(new Error(`package.json '${packageJsonFile}' runtime field value is invalid`));
8383
}
8484

8585
return parsed.main || 'index.js';

0 commit comments

Comments
 (0)