fix syntax in default sublime-settings file

This commit is contained in:
Alan Hamlett 2013-10-27 21:31:15 -07:00
parent 05b08b6ab2
commit f2e8f85198
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
// Ignore files; Files (including absolute paths) that match one of these
// POSIX regular expressions will not be logged.
"ignore": ['^/tmp/', '^/etc/', '^/var/'],
"ignore": ["^/tmp/", "^/etc/", "^/var/"],
// Debug mode. Set to true for verbose logging. Defaults to false.
"debug": false