Skip to content

Commit

Permalink
trapped ctrlC
Browse files Browse the repository at this point in the history
  • Loading branch information
zarkash-aws committed Dec 3, 2024
1 parent acf6160 commit 6c65d85
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/in-browser-valkey.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h3>This is an in-browser Valkey CLI. Try it out below:</h3>
<script>
"use strict";

const FILE_URL = "../images/valkey-serial.bin.gz"; // Path to the .gz file
const FILE_URL = "../images/try-valkey.bin.gz"; // Path to the .gz file
const CACHE_KEY = "valkey_binary_cache";
const LAST_MODIFIED_KEY = "valkey_last_modified";
let emulator;
Expand Down
Binary file added images/try-valkey.bin.gz
Binary file not shown.
Binary file removed images/valkey-serial.bin.gz
Binary file not shown.

0 comments on commit 6c65d85

Please sign in to comment.