Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
teeteeteeteetee committed Nov 22, 2023
1 parent b1dbbd9 commit d423420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/host/AUDT.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ function state(){
x = "CD Layout";
break;
default:
x = "";
x = "Nothing";
}

return x;

}catch(e){
return "";
return "Nothing";
}

}
Expand All @@ -34,7 +34,7 @@ function details(){
}

}catch(e){
return "";
return "No file.";
}

}
Expand Down

0 comments on commit d423420

Please sign in to comment.