mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
small refactorings
This commit is contained in:
@@ -182,7 +182,7 @@ function getClient(opts) {
|
||||
return require(protocol.substr(0, protocol.length - 1));
|
||||
}
|
||||
else {
|
||||
throw new Error(`Unrecognized protocol "${protocol}"`);
|
||||
throw new Error(`Unrecognized protocol '${protocol}'`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user