Skip to content

Commit

Permalink
fix(edit): add execa dependency and correc import
Browse files Browse the repository at this point in the history
fixes #93
  • Loading branch information
line-o committed Feb 21, 2023
1 parent b54f014 commit 09ac4bc
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 306 deletions.
3 changes: 1 addition & 2 deletions commands/edit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import open from 'open-editor'
import { resolve, basename } from 'node:path'
import {
writeFileSync, readFileSync,
Expand All @@ -8,7 +7,7 @@ import {
import * as readline from 'node:readline'

import chalk from 'chalk'
import execa from 'execa'
import { execa } from 'execa'
import { getEditor } from 'env-editor'
import { connect } from '@existdb/node-exist'

Expand Down
Loading

0 comments on commit 09ac4bc

Please sign in to comment.