Skip to content

Commit 8d9746d

Browse files
author
Chris Clark
committed
Fix webpack require failure due to "./" notation
1 parent 00342c4 commit 8d9746d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const url = require('url');
66
const HttpsProxyAgent = require('https-proxy-agent');
77
const LRU = require('lru-cache');
88
const EventEmitter = require('events').EventEmitter;
9-
const RippleError = require('./').RippleError;
9+
const RippleError = require('./rippleerror').RippleError;
1010
const Amount = require('./amount').Amount;
1111
const RangeSet = require('./rangeset').RangeSet;
1212
const log = require('./log').internal.sub('server');

0 commit comments

Comments
 (0)