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