Skip to content

Commit

Permalink
not supported os version returns error (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorm authored and Vasiliev90 committed Nov 13, 2017
1 parent e82b437 commit c23811c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -111,6 +111,8 @@ public void isSensorAvailable(final Promise promise) {
} else {
sendResponse("failed", "You don\'t have appropriate hardware", promise);
}
} else {
sendResponse("failed", "You don\'t have appropriate hardware", promise);
}
}

Expand Down

0 comments on commit c23811c

Please sign in to comment.