Skip to content

FileManager.globalDebug

Kerri Shotts edited this page Oct 26, 2013 · 1 revision

(part of FileManager)

Type: boolean

Default: false

Indicates the global debugging state of all FileManager objects. If true, all FileManagers will log debugging information to the console. If false, no debugging information is logged.

This is helpful when tracking down problems (especially if a promise fails to resolve), but should be left false for production apps.

Clone this wiki locally