Skip to content

Commit

Permalink
fix: Logging to console fails when importing master items from Excel …
Browse files Browse the repository at this point in the history
…file

Fixes #112
  • Loading branch information
Göran Sander committed Nov 1, 2022
1 parent f89cc7b commit d81a36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cmd/import-masteritem-excel.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const enigma = require('enigma.js');
const xlsx = require('node-xlsx').default;

const { setupEnigmaConnection } = require('../util/enigma');
const { logger, setLoggingLevel, isPkg, execPath, verifyFileExists } = require('../util/enigma');
const { logger, setLoggingLevel, isPkg, execPath, verifyFileExists } = require('../../globals');

/**
* Find of column's positioon (zero based) given a column name.
Expand Down

0 comments on commit d81a36b

Please sign in to comment.