This commit is contained in:
Liyas Thomas
2020-08-13 16:50:02 +05:30
parent 1c95ac7f07
commit 124d9ff269
32 changed files with 2343 additions and 3416 deletions

View File

@@ -41,9 +41,9 @@ export default () => {
let outcome = await deferredPrompt.userChoice
if (outcome === "accepted") {
console.log("Postwoman was installed successfully.")
console.log("Hoppscotch was installed successfully.")
} else {
console.log("Postwoman could not be installed. (Installation rejected by user.)")
console.log("Hoppscotch could not be installed. (Installation rejected by user.)")
}
deferredPrompt = null
}