mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-15 19:20:42 +01:00
Run Prettier for the umptillionth time
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
parent
5bf6fce1da
commit
e6826e08d8
@ -148,7 +148,8 @@ export async function getConfig(): Promise<Config | undefined> {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
!location.endsWith("/") &&
|
!location.endsWith("/") &&
|
||||||
location !== "desktop" && location !== "dynamic"
|
location !== "desktop" &&
|
||||||
|
location !== "dynamic"
|
||||||
) {
|
) {
|
||||||
console.info(
|
console.info(
|
||||||
"Location does not have a forward slash, so Hyperspace has added it automatically."
|
"Location does not have a forward slash, so Hyperspace has added it automatically."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user