mirror of
https://github.com/nextcloud/server.git
synced 2026-03-15 23:23:35 -04:00
8 lines
186 B
JavaScript
8 lines
186 B
JavaScript
/**
|
|
* 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
|