File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ path.extname('.index')
8585
8686Returns a path string from an object. This is the opposite of [ ` path.parse ` ] [ ] .
8787
88- If ` pathObject ` has all expected properties, the returned string will be a
89- concatenation of the ` dir ` property, the platform-dependent path separator, and
90- the ` base ` property.
88+ If ` pathObject ` has ` dir ` and ` base ` properties, the returned string will
89+ be a concatenation of the ` dir ` property, the platform-dependent path separator,
90+ and the ` base ` property.
9191
9292If the ` dir ` property is not supplied, the ` root ` property will be used as the
9393` dir ` property. However, it will be assumed that the ` root ` property already
You can’t perform that action at this time.
0 commit comments