Skip to content

Commit 0b4a8a6

Browse files
committed
Prepend the receiver process
1 parent 39b8171 commit 0b4a8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractors/cds/tools/index-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ try {
157157
// compiler dependencies may be installed.
158158
if (packageJsonDirs.size === 0) {
159159
console.warn('WARN: failed to detect any package.json directories for cds compiler installation.');
160-
exit(0);
160+
process.exit(0);
161161
}
162162

163163
packageJsonDirs.forEach((dir) => {

0 commit comments

Comments
 (0)