From 3edfbeb933e29ef46f023e81a3146469273eac9a Mon Sep 17 00:00:00 2001 From: rxi Date: Sun, 9 Mar 2014 20:48:06 +0000 Subject: [PATCH] Added lurker.quiet to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e2528c1..8a64e8d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ lurker's error state (which continues watching for file changes and can resume execution) is used. Changes to this variable should be made before any calls to lurker.update() are made. +### lurker.quiet +Dictates what should happen if lurker tries to load a file which contains a +syntax error. If it is `false` then lurker's error screen is shown until the +syntax error is fixed; if it is `true` the error message is printed to the +console and the program continues. lurker.quiet is `false` by default. + ### lurker.interval The interval in seconds for how often the scan of the directory is performed. This is `.5` by default.