Add the missing semicolon

This commit is contained in:
Di Weng 2024-10-07 23:50:21 +08:00 committed by GitHub
parent a366460ae3
commit 91291a3c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const DEFAULT_TIMEOUT = (() => {
}
}
return defaultValue;
})()
})();
class Mount {
constructor(options = {}) {