Skip to content

Commit

Permalink
Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 5, 2022
1 parent 8503c7e commit ece662e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/config/normalize/lib/error.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { modernErrors } from '../../../error/modern.js'
import { modernErrors } from '../../../error/modern/main.js'

const { InputError, DefinitionError, KeywordError, onError } = modernErrors([
'InputError',
Expand Down
2 changes: 1 addition & 1 deletion src/config/plugin/lib/error.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { modernErrors } from '../../../error/modern.js'
import { modernErrors } from '../../../error/modern/main.js'

const { UserError, PluginError, ConsumerError, onError } = modernErrors([
'UserError',
Expand Down
2 changes: 1 addition & 1 deletion src/error/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { modernErrors } from './modern.js'
import { modernErrors } from './modern/main.js'

const {
PluginError,
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/runners/common/error.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { modernErrors } from '../../error/modern.js'
import { modernErrors } from '../../error/modern/main.js'

const {
IpcSerializationError,
Expand Down

0 comments on commit ece662e

Please sign in to comment.