Pinned Loading
-
Step to verify commits.
Step to verify commits. 1Execute these commands in repo folder.
23```bash
4git config user.name "<NAME_OF_YOUR_CHOICE>"
5git config user.email "<GITHUB_EMAIL>"
-
console args
console args 1function grab(flag) {
2var index = process.argv.indexOf(flag);
3return (index === -1) ? null : process.argv[index+1];
4}
5 -
console waitingPercent
console waitingPercent 1function writeWaitingPercent(p) {
2process.stdout.clearLine();
3process.stdout.cursorTo(0);
4process.stdout.write(`waiting ... ${p}`);
5}
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.