mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-19 21:21:23 -06:00
fix: --onlycase param broke cartesian tests
This commit is contained in:
@@ -35,7 +35,7 @@ try {
|
||||
unit,
|
||||
}, positionals: [id] } = parsed);
|
||||
|
||||
onlycase = Number.parseInt(onlycase);
|
||||
onlycase = onlycase !== undefined ? Number.parseInt(onlycase) : undefined;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.error(
|
||||
|
||||
Reference in New Issue
Block a user