@joystick.js/node-canary 0.0.0-canary.53 → 0.0.0-canary.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/index.js +1 -1
- package/package.json +1 -1
package/dist/app/index.js
CHANGED
|
@@ -32,7 +32,7 @@ import Queue from "./queues/index.js";
|
|
|
32
32
|
import readDirectory from "../lib/readDirectory.js";
|
|
33
33
|
import getBuildPath from "../lib/getBuildPath.js";
|
|
34
34
|
import generateMachineId from "../lib/generateMachineId.js";
|
|
35
|
-
import importFile from "../lib/importFile.js
|
|
35
|
+
import importFile from "../lib/importFile.js";
|
|
36
36
|
import emitWebsocketEvent from "../websockets/emitWebsocketEvent.js";
|
|
37
37
|
import getTargetDatabaseConnection from "./databases/getTargetDatabaseConnection.js";
|
|
38
38
|
process.setMaxListeners(0);
|