Add the missing semicolon
This commit is contained in:
parent
a366460ae3
commit
91291a3c16
|
|
@ -20,7 +20,7 @@ const DEFAULT_TIMEOUT = (() => {
|
|||
}
|
||||
}
|
||||
return defaultValue;
|
||||
})()
|
||||
})();
|
||||
|
||||
class Mount {
|
||||
constructor(options = {}) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue