Skip to content

Commit

Permalink
fix: update typescript v4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aiji42 committed Sep 26, 2021
1 parent f66bbb9 commit f4002b1
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 379 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"babel-jest": "^27.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"firebase": "^9.1.0",
"firebase": "^8.10.0",
"husky": "^7.0.2",
"jest": "^27.2.2",
"next": "^11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/prepare-fortress-inspect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const prepareFortressInspect = (
try {
dir = `${findPagesDir('')}/_fortress`
} catch (e) {
console.error(e.message)
if (e instanceof Error) console.error(e.message)
console.log(suggestMessage(modules))
process.exit(1)
return
Expand Down
Loading

1 comment on commit f4002b1

@vercel
Copy link

@vercel vercel bot commented on f4002b1 Sep 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.