Skip to content

Commit

Permalink
修正source map
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Feb 15, 2021
1 parent 38b8bed commit fffbb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mcproxy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
require('reflect-metadata')
require('source-map-support')
require('source-map-support/register')
const cluster = require('cluster')
const {loadConfig} = require('../dist/config')
const {masterOnClusterMessage} = require('../dist/cluster')
Expand Down

0 comments on commit fffbb78

Please sign in to comment.