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

Commit b991858

Browse files
committed
lint fix
1 parent 29fcb77 commit b991858

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/esm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ PACKAGE_RESOLVE(_packageSpecifier_, _parentURL_)
220220
> 1. If the file at _pjsonURL_ exists, then
221221
> 1. Set _pjson_ to the result of **READ_JSON_FILE**(_pjsonURL_).
222222
> 1. If _packagePath_ is empty, then
223-
> 1. Let _url_ be the result of **PACKAGE_MAIN_RESOLVE**(_packageURL_, _pjson_).
223+
> 1. Let _url_ be the result of
224+
> **PACKAGE_MAIN_RESOLVE**(_packageURL_, _pjson_).
224225
> 1. If _url_ is **null**, then
225226
> 1. Throw a _Module Not Found_ error.
226227
> 1. Return _url_.

0 commit comments

Comments
 (0)