Commit 412ffeb0 by Iwasaki Yudai

Use in memory storage not to clear local storage

Closes #118.
1 parent 1b7f41ca
Showing with 1 additions and 2 deletions
This diff could not be displayed because it is too large.
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
ws.send(JSON.stringify({ Arguments: args, AuthToken: gotty_auth_token,})); ws.send(JSON.stringify({ Arguments: args, AuthToken: gotty_auth_token,}));
pingTimer = setInterval(sendPing, 30 * 1000, ws); pingTimer = setInterval(sendPing, 30 * 1000, ws);
hterm.defaultStorage = new lib.Storage.Local(); hterm.defaultStorage = new lib.Storage.Memory();
hterm.defaultStorage.clear();
term = new hterm.Terminal(); term = new hterm.Terminal();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!