Skip to content

Commit

Permalink
Updated the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jun 1, 2019
1 parent e82c038 commit 4cbb19c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import {which} from '@cedx/which';

/** Finds the instances of an executable. */
/**
* Finds the instances of an executable.
* @return {Promise<void>} Completes when the program is terminated.
*/
async function main() { // eslint-disable-line no-unused-vars
try {
// `path` is the absolute path to the executable.
Expand Down

0 comments on commit 4cbb19c

Please sign in to comment.