From 7c2d9e061f5c1384438172273e96c65b4a8dcb0a Mon Sep 17 00:00:00 2001 From: ansuz Date: Sun, 25 Oct 2015 20:02:10 -0400 Subject: [PATCH] amnesia.js : correct typo --- storage/amnesia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/amnesia.js b/storage/amnesia.js index 71bf32f81..68a79c6e7 100644 --- a/storage/amnesia.js +++ b/storage/amnesia.js @@ -1,7 +1,7 @@ console.log("Loading amnesiadb. This is a horrible idea in production, as data *will not* persist\n"); /* - As the comment says, this module does nothing to make your data persist + As the log statement says, this module does nothing to persist your data across sessions. If your process crashes for any reason, all pads will die. This might be useful if you want to debug other parts of the codebase, if