mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
always use template strings instead of string concatenation
This commit is contained in:
@@ -40,7 +40,7 @@ class MobileDetailMenuWidget extends BasicWidget {
|
||||
}
|
||||
}
|
||||
else {
|
||||
throw new Error("Unrecognized command " + command);
|
||||
throw new Error(`Unrecognized command ${command}`);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user