We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9f56d commit 3a915b4Copy full SHA for 3a915b4
lib/isReady.js
@@ -23,7 +23,7 @@ function isContainerLoggerReady(state) {
23
24
(() => {
25
const containerId = process.argv[2];
26
- const state = JSON.parse(readFileSync('./lib/state.json').toString('utf-8'));
+ const state = JSON.parse(readFileSync('./dist/state.json').toString('utf-8'));
27
let isReady = false;
28
if (containerId) {
29
isReady = isContainerReady(state, containerId);
0 commit comments