Skip to content

Commit

Permalink
fix: prisma seed via run (prisma#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyendu Singh authored and Craig McInroy committed Jun 11, 2018
1 parent c46f27d commit 8e813ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/packages/prisma-cli-core/src/commands/seed/Seeder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as path from 'path'
import * as childProcess from 'child_process'
import chalk from 'chalk'
import { parse } from 'graphql'
import crossSpawn from 'cross-spawn'
import * as crossSpawn from 'cross-spawn'
const debug = require('debug')('Seeder')

export class Seeder {
Expand Down

0 comments on commit 8e813ad

Please sign in to comment.