Skip to content

Commit

Permalink
ok actually fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
insyri committed May 23, 2022
1 parent b7ccd8f commit 0ab79cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ if (err) {
// user is now !undefined.
} else console.log(`User logged in: ${user.displayName}`);

NaN```
// README integrity: passing
```

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions _readme.verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Deno.writeFileSync(
encode(
READMEmd.replace(
/\`\`\`ts\n(.|\n)+\`\`\`/g,
`\`\`\`ts\n${new_file.join('\n')}\n${+`README integrity: ${
`\`\`\`ts\n${new_file.join('\n')}\n${`// README integrity: ${
status ? 'passing' : 'failing'
}`}\`\`\``,
}`}\n\`\`\``,
),
),
);
Expand Down

0 comments on commit 0ab79cd

Please sign in to comment.