Skip to content

Commit

Permalink
fix: Fix broken web-ext run
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Chi Hsuan committed Jul 15, 2016
1 parent cf221ae commit 4c73242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firefox/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* @flow */
import nodeFs from 'fs';
import path from 'path';
import {defaultFxRunner} from 'fx-runner';
import {default as defaultFxRunner} from 'fx-runner';
import FirefoxProfile, {copyFromUserProfile as defaultUserProfileCopier}
from 'firefox-profile';
import streamToPromise from 'stream-to-promise';
Expand Down

0 comments on commit 4c73242

Please sign in to comment.