Skip to content

Commit

Permalink
fix: correct serialize-error usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 18, 2019
1 parent 5c25e15 commit 7c0017a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/classes/Agent.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// @flow

import serializeError from 'serialize-error';
import {
serializeError,
} from 'serialize-error';
import Logger from '../Logger';
import type {
AgentType,
Expand Down

0 comments on commit 7c0017a

Please sign in to comment.