blob: 52a9ef28145bbacf2fd4eba11294d34a00266226 (
plain)
1
2
3
4
5
6
7
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
|