Skip to content

Commit

Permalink
code: fixed JSDoc comments in ArtifactPlugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Jul 31, 2018
1 parent 3d2438a commit 5438741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detox/src/artifacts/templates/plugin/ArtifactPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ArtifactPlugin {
*
* @protected
* @async
* @param {Object} event - Cold boot event object
* @param {Object} event - Device boot event object
* @param {string} event.deviceId - Current deviceId
* @param {boolean} event.coldBoot - true, if the device gets turned on from the shutdown state.
* @return {Promise<void>} - when done
Expand All @@ -91,7 +91,7 @@ class ArtifactPlugin {
*
* @protected
* @async
* @param {Object} event - Cold boot event object
* @param {Object} event - Device shutdown event object
* @param {string} event.deviceId - Current deviceId
* @return {Promise<void>} - when done
*/
Expand Down

0 comments on commit 5438741

Please sign in to comment.