Skip to content

Commit

Permalink
Use correct path for log utilities import (#3721)
Browse files Browse the repository at this point in the history
  • Loading branch information
beerose authored Aug 14, 2022
1 parent b307931 commit 176c7b8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-dogs-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blitzjs/generator": patch
---

Use correct path for log utilities import
2 changes: 1 addition & 1 deletion packages/generator/src/generators/model-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as ast from "@mrleebo/prisma-ast"
import {spawn} from "cross-spawn"
import which from "npm-which"
import path from "path"
import {log} from "src/utils/log"
import {log} from "../utils/log"
import {Generator, GeneratorOptions, SourceRootType} from "../generator"
import {Field} from "../prisma/field"
import {Model} from "../prisma/model"
Expand Down
38 changes: 21 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 176c7b8

Please sign in to comment.