Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchangming committed May 30, 2018
1 parent d35fe6d commit 6c7ce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/externalChildProcess.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require('babel-polyfill')
const http = require('http')
const AnyProxy = require('AnyProxy')
const AnyProxy = require('anyproxy')
const fs = require('fs')
const path = require('path')
const colors = require('colors')
Expand Down

0 comments on commit 6c7ce5f

Please sign in to comment.