SystemQuery: Fix crash due to bad import for logging
This commit is contained in:
parent
fcbf8ddc97
commit
a01792d2d5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
import { once, EventEmitter } from 'events';
|
||||
|
||||
import log from '../../lib/io/NamespacedLog.mjs'; const l = log("systemquery");
|
||||
import log from './io/NamespacedLog.mjs'; const l = log("systemquery");
|
||||
|
||||
import Agent from './agent/Agent.mjs';
|
||||
import InfoBroker from './core/InfoBroker.mjs';
|
||||
|
|
Loading…
Reference in a new issue