diff options
Diffstat (limited to 'core/src/OC/debug.js')
-rw-r--r-- | core/src/OC/debug.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/OC/debug.js b/core/src/OC/debug.js new file mode 100644 index 00000000000..52a9ef28145 --- /dev/null +++ b/core/src/OC/debug.js @@ -0,0 +1,8 @@ +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + +const base = window._oc_debug + +export const debug = base |