Skip to content

Commit db5d058

Browse files
format
1 parent 15c91ec commit db5d058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/run.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ async function run(
335335

336336
console.log(`Full PATH ${fullPath}`);
337337

338-
if(fullPath.endsWith("/")){
339-
fullPath += "index.html"
338+
if (fullPath.endsWith("/")) {
339+
fullPath += "index.html";
340340
}
341341

342342
// Add back the query if present

0 commit comments

Comments
 (0)