commit | 75ea917f2e194246cceb3ae2c241f47b5fd0fa25 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 10:22:23 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 10:43:16 2022 +0100 |
tree | efc25657e4f8b0e53982f7990a0ccabbc8654c11 | |
parent | 4ec845c792711dc756ca7936de86cde32cee97b3 [diff] [blame] |
Fix a bunch of linter errors
diff --git a/Installer.js b/Installer.js index 7997bba..0a93596 100644 --- a/Installer.js +++ b/Installer.js
@@ -6,4 +6,4 @@ } await format(true); -process.exit(0); \ No newline at end of file +process.exit(0);