From 0dec33b354d29e21473e61f3344b3268f3a472df Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 3 May 2012 21:57:41 +0100 Subject: [PATCH] Added some command line switches to the batch file --- rabbithole/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rabbithole/run.sh b/rabbithole/run.sh index 42db9046f..4268f0aa5 100755 --- a/rabbithole/run.sh +++ b/rabbithole/run.sh @@ -2,4 +2,4 @@ # run TiddlyWiki5 -node core/boot.js || exit 1 +node core/boot.js --verbose --dump shadows || exit 1