mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
if ('undefined' == typeof window) {
|
|
module.exports = require('./lib/debug');
|
|
} else {
|
|
module.exports = require('./debug');
|
|
}
|