1
0
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:
Marquis Kurt 2020-05-27 11:14:22 -04:00
parent 5bf6fce1da
commit e6826e08d8
No known key found for this signature in database
GPG Key ID: 725636D259F5402D

View File

@ -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."