Skip to content

Commit

Permalink
Not Found Message Imroved :
Browse files Browse the repository at this point in the history
  • Loading branch information
shanalikhan committed Aug 20, 2017
1 parent 37d636b commit 7817e0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/commons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export class Commons {
message = "Sync : Invalid / Expired GitHub Token. Please generate new token with scopes mentioned in readme. Exception Logged in Console.";
openurl("https://github.com/settings/tokens");
}
if(message.toLowerCase() =='not found'){
msgBox = true;
message = "Sync : Invalid Gist Id Entered. Verify your gist : https://gist.github.com/<your_userName>/<gist_id>."
}
} catch (error) {
//message = error.message;
}
Expand Down

0 comments on commit 7817e0b

Please sign in to comment.