This commit is contained in:
Louis Lam 2024-11-02 18:09:41 +08:00
parent a17bd03c04
commit dfba420d8e

View file

@ -52,6 +52,7 @@ class EmbeddedMariaDB {
/**
* Start the embedded MariaDB
* @throws {Error} If the current user is not "node" or "root"
* @returns {Promise<void>|void} A promise that resolves when the MariaDB is started or void if it is already started
*/
start() {