Skip to content

Commit

Permalink
browser: minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Aug 9, 2017
1 parent 2cf45c8 commit b892aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const fs = require('fs');
const fs = require('../lib/utils/fs');
const HTTPBase = require('../lib/http/base');
const WSProxy = require('./wsproxy');

Expand Down

0 comments on commit b892aea

Please sign in to comment.