aboutsummaryrefslogtreecommitdiff
path: root/source/app.d
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2021-09-01 11:17:44 -0400
committerHolden Rohrer <hr@hrhr.dev>2021-09-01 11:17:44 -0400
commit22a340479c17a6d3460b813179aee035a14e4ae2 (patch)
treed3b02c6e85e995c732b6bba471a5a2cc1bbb1835 /source/app.d
parent9b80e6eef31b0c852c772ba6552e419856fe0aa9 (diff)
fixed bug where file saving would crash if a portal was unpaired
Diffstat (limited to 'source/app.d')
-rw-r--r--source/app.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/app.d b/source/app.d
index 7faaa75..ec46012 100644
--- a/source/app.d
+++ b/source/app.d
@@ -83,6 +83,7 @@ void main() {
} catch (Exception e) {
}
}
+ disp.print();
break;
case 'l':
auto filename = stdscr.readquery("Load:");