From 3ea5b32d62004658871f93e60902a390c4192ddd Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 22 Aug 2022 01:43:15 +0900 Subject: [PATCH] Update uriloader.js --- uriloader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uriloader.js b/uriloader.js index 768bc43..7158c45 100644 --- a/uriloader.js +++ b/uriloader.js @@ -114,6 +114,6 @@ function main(args) { } return 0; -}; +} exports.main = main;