erisu commented on a change in pull request #215:
URL: https://github.com/apache/cordova-paramedic/pull/215#discussion_r697824040



##########
File path: lib/appium/AppiumRunner.js
##########
@@ -339,6 +340,7 @@ function getPackagePath (options) {
     case utilities.ANDROID:
         let packagePath = null;
         const maybePackagePaths = [
+            path.join(fullAppPath, 
'platforms/android/app/build/outputs/apk/debug/app-debug.apk'),

Review comment:
       > The path.join() method joins all given path segments together using 
the platform-specific separator as a delimiter, then normalizes the resulting 
path.
   
   It should convert to the correct path separator for each platform.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to