document some missing parameters

This commit is contained in:
Zeke Sikelianos 2016-08-25 14:43:06 -07:00
parent 0e4e60625f
commit 5619558689
3 changed files with 9 additions and 5 deletions

View file

@ -78,7 +78,9 @@ returned, otherwise `false` is returned.
### `shell.readShortcutLink(shortcutPath)` _Windows_
Resolves the shortcut link at `shortcutPath`, an object is returned with the
- `shortcutPath` String
Resolves the shortcut link at `shortcutPath`. An object is returned with the
fields described in the `options` of `shell.writeShortcutLink`.
An exception will be thrown when any error happens.