We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd5805 commit b92d057Copy full SHA for b92d057
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