Skip to content

Commit

Permalink
fix: don't exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Jan 24, 2024
1 parent 468c5b5 commit b5cb0a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e-nodejs/loader.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,4 @@ if (!useCache) {
console.log('could not parse or write to lit.config.json');
console.log(e);
}
}

process.exit();
}

0 comments on commit b5cb0a2

Please sign in to comment.