Skip to content

Commit b92d057

Browse files
committed
feat: rename path "lib" to "dist"
1 parent 6dd5805 commit b92d057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/isReady.js

Lines changed: 1 addition & 1 deletion
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)