@lsst/pik-plugin-select 0.6.3 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -153,7 +153,7 @@ const switchCommand = new Command("switch").alias("sw").description("Interactive
|
|
|
153
153
|
});
|
|
154
154
|
} catch (error) {
|
|
155
155
|
if (isExitPromptError(error)) {
|
|
156
|
-
|
|
156
|
+
process.exit(0);
|
|
157
157
|
}
|
|
158
158
|
throw error;
|
|
159
159
|
}
|
|
@@ -175,7 +175,7 @@ const switchCommand = new Command("switch").alias("sw").description("Interactive
|
|
|
175
175
|
});
|
|
176
176
|
} catch (error) {
|
|
177
177
|
if (isExitPromptError(error)) {
|
|
178
|
-
|
|
178
|
+
process.exit(0);
|
|
179
179
|
}
|
|
180
180
|
throw error;
|
|
181
181
|
}
|
package/dist/lib/plugin.d.ts
CHANGED
package/dist/lib/scanner.d.ts
CHANGED