Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoojinko committed Dec 6, 2023
1 parent 892ab9c commit 5be9bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default class Service {
}

/**
* Check if service is running. It throws error when service is not running.
* Gets whether the service is running or not.
* @returns {Promise<boolean>}
*/
async isRunning() {
return await this.serviceController.isRunning(this.serviceName);
}

/**
* Get service information. not implemented yet.
* @returns {string} Service information.
Expand Down

0 comments on commit 5be9bfa

Please sign in to comment.