Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/58#discussion_r34748954 --- Diff: medic/medic-run.js --- @@ -222,6 +222,7 @@ function windowsSpecificPreparation(argv) { var appUtilsPath = path.join(libPath, "WindowsStoreAppUtils.ps1"); var srcScriptPath = path.join(CORDOVA_MEDIC_DIR, "lib", "patches", "EnableDebuggingForPackage.ps1"); var destScriptPath = path.join(libPath, "EnableDebuggingForPackage.ps1"); + var logScriptPath = path.join(CORDOVA_MEDIC_DIR, "lib", "patches", "EnableLogging.ps1"); --- End diff -- Should this be part of the cordova-windows platform template?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org