fix(cli): restore openchamber startup under npm/bun global shims
This commit is contained in:
@@ -4616,7 +4616,7 @@ async function main() {
|
||||
await commands[command](options);
|
||||
}
|
||||
|
||||
const isCliExecution = isModuleCliExecution();
|
||||
const isCliExecution = isModuleCliExecution(process.argv[1], import.meta.url, fs.realpathSync, 'openchamber');
|
||||
|
||||
if (isCliExecution) {
|
||||
let isHandlingSigint = false;
|
||||
|
||||
Reference in New Issue
Block a user