Comparing version 1.2.8 to 1.2.9
@@ -30,3 +30,3 @@ // @ts-ignore | ||
return currentRoute === null ? currentRoute : "Can't get the pathname!"; | ||
return currentRoute === null ? "Can't get the pathname!" : currentRoute; | ||
} | ||
@@ -33,0 +33,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"name": "sockettwo", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"main": "index.js", | ||
@@ -10,0 +10,0 @@ "scripts": { |