mirror of
https://github.com/unraid/api.git
synced 2026-04-26 09:18:19 -05:00
8 lines
182 B
JavaScript
8 lines
182 B
JavaScript
// If this isn't installed we'll just ignore it
|
|
try {
|
|
require('source-map-support').install({
|
|
handleUncaughtExceptions: false
|
|
});
|
|
} catch {}
|
|
|
|
require('./dist/index'); |