update links to repository after rename (#3847)

This commit is contained in:
Alex Lam S.L
2020-05-05 14:07:33 +01:00
committed by GitHub
parent ffa1943177
commit 6bf1486935
13 changed files with 28 additions and 28 deletions

View File

@@ -63,7 +63,7 @@ function make_code(ast, options) {
function parse_test(file) {
var script = fs.readFileSync(file, "utf8");
// TODO try/catch can be removed after fixing https://github.com/mishoo/UglifyJS2/issues/348
// TODO try/catch can be removed after fixing https://github.com/mishoo/UglifyJS/issues/348
try {
var ast = U.parse(script, {
filename: file