Update uriloader.js

This commit is contained in:
Namhyeon Go 2022-08-22 01:43:15 +09:00 committed by GitHub
parent 1997f50d77
commit 3ea5b32d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,6 @@ function main(args) {
}
return 0;
};
}
exports.main = main;