Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix deletion issues #203

Merged
merged 2 commits into from
Aug 4, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Closed #202, closed #201
  • Loading branch information
dgets committed Aug 4, 2015
commit 8f09a1d91fce6cecd56b20c82962932d83836f6f
4 changes: 4 additions & 0 deletions load/dmbase.js
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,10 @@ msg_base = {
console.putmsg(yellow + "base was closed; reopening\n");
}

//actually this should probably be swapped out for the right openbase
//functionality, I'm just not sure what's up with the message about
//'Mail' down there; I think that's just spurious, but I don't know
//for sure, so that will wait for more research
try {
base.open();
} catch (e) {
Expand Down