Skip to content

Commit 3a915b4

Browse files
committed
feat: rename path "lib" to "dist"
1 parent 7f9f56d commit 3a915b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/isReady.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function isContainerLoggerReady(state) {
2323

2424
(() => {
2525
const containerId = process.argv[2];
26-
const state = JSON.parse(readFileSync('./lib/state.json').toString('utf-8'));
26+
const state = JSON.parse(readFileSync('./dist/state.json').toString('utf-8'));
2727
let isReady = false;
2828
if (containerId) {
2929
isReady = isContainerReady(state, containerId);

0 commit comments

Comments
 (0)