Add missing require

This commit is contained in:
D. Berge
2023-09-15 14:22:02 +02:00
parent 21de4b757f
commit 0fe40b1839

View File

@@ -1,6 +1,6 @@
#!/usr/bin/node
const { INFO, DEBUG } = require('DOUGAL_ROOT/debug')(__filename);
const { ERROR, INFO, DEBUG } = require('DOUGAL_ROOT/debug')(__filename);
async function main () {
// Check that we're running against the correct database version